/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.link {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .link:hover, .link:focus, .link:active {
    outline: none; }
  .link--no-underline {
    text-decoration: none; }
  .link--base-color-inherit {
    color: inherit; }
  .app--main-theme .link--base-color-primary {
    color: #3baa33; }
  .app--cars-theme .link--base-color-primary {
    color: #00a2cd; }
  .app--jobs-theme .link--base-color-primary {
    color: #ee4055; }
  .app--main-theme .link--base-color-primary-800 {
    color: #23661e; }
  .app--cars-theme .link--base-color-primary-800 {
    color: #00617b; }
  .app--jobs-theme .link--base-color-primary-800 {
    color: #8e2633; }
  @media (hover: hover) {
    .app--main-theme .link--hover-color-primary:hover {
      color: #3baa33; }
    .app--cars-theme .link--hover-color-primary:hover {
      color: #00a2cd; }
    .app--jobs-theme .link--hover-color-primary:hover {
      color: #ee4055; } }
  .link--underline-on-hover:hover, .link--underline-on-active:active {
    text-decoration: underline; }
  .link--small {
    padding: 12px; }
  .link--medium {
    padding: 17px 38px; }
  .link--large {
    padding: 20px;
    font-size: 18px; }
  .link--rounded {
    border-radius: 3px; }
  .link--primary, .link--primary-outline, .link--primary-dark, .link--button {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    outline: none;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    transition: 0.2s; }
  .link--primary {
    border: none;
    color: #fff; }
    .app--main-theme .link--primary {
      background: #3baa33; }
    .app--cars-theme .link--primary {
      background: #00a2cd; }
    .app--jobs-theme .link--primary {
      background: #ee4055; }
    .link--primary:hover:not([disabled]), .link--primary:focus:not([disabled]) {
      color: #fff; }
      .app--main-theme .link--primary:hover:not([disabled]), .app--main-theme .link--primary:focus:not([disabled]) {
        background: #34982d; }
      .app--cars-theme .link--primary:hover:not([disabled]), .app--cars-theme .link--primary:focus:not([disabled]) {
        background: #0091b8; }
      .app--jobs-theme .link--primary:hover:not([disabled]), .app--jobs-theme .link--primary:focus:not([disabled]) {
        background: #d5394c; }
  .link--primary-outline {
    background: none;
    border: 2px solid; }
    .app--main-theme .link--primary-outline {
      border-color: #3baa33; }
    .app--cars-theme .link--primary-outline {
      border-color: #00a2cd; }
    .app--jobs-theme .link--primary-outline {
      border-color: #ee4055; }
    .app--main-theme .link--primary-outline {
      color: #23661e; }
    .app--cars-theme .link--primary-outline {
      color: #00617b; }
    .app--jobs-theme .link--primary-outline {
      color: #8e2633; }
    .link--primary-outline:hover:not([disabled]), .link--primary-outline:focus:not([disabled]) {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      color: #fff; }
      .app--main-theme .link--primary-outline:hover:not([disabled]), .app--main-theme .link--primary-outline:focus:not([disabled]) {
        background: #3baa33; }
      .app--cars-theme .link--primary-outline:hover:not([disabled]), .app--cars-theme .link--primary-outline:focus:not([disabled]) {
        background: #00a2cd; }
      .app--jobs-theme .link--primary-outline:hover:not([disabled]), .app--jobs-theme .link--primary-outline:focus:not([disabled]) {
        background: #ee4055; }
  .link--primary-thin-outline-grey {
    height: 52px;
    line-height: 52px;
    border: 1px solid #3baa33;
    border-radius: 4px;
    color: #353535;
    background: #fbfbfb; }
    .link--primary-thin-outline-grey:hover:not([disabled]), .link--primary-thin-outline-grey:focus:not([disabled]) {
      background: #f4f4f4; }
  .link--primary-dark {
    border: none;
    color: #fff; }
    .app--main-theme .link--primary-dark {
      background: #34982d; }
    .app--cars-theme .link--primary-dark {
      background: #0091b8; }
    .app--jobs-theme .link--primary-dark {
      background: #d5394c; }
    .link--primary-dark:hover:not([disabled]), .link--primary-dark:focus:not([disabled]) {
      color: #fff; }
      .app--main-theme .link--primary-dark:hover:not([disabled]), .app--main-theme .link--primary-dark:focus:not([disabled]) {
        background: #2f8828; }
      .app--cars-theme .link--primary-dark:hover:not([disabled]), .app--cars-theme .link--primary-dark:focus:not([disabled]) {
        background: #0081a4; }
      .app--jobs-theme .link--primary-dark:hover:not([disabled]), .app--jobs-theme .link--primary-dark:focus:not([disabled]) {
        background: #be3344; }
  .link--disabled {
    opacity: 0.5;
    cursor: not-allowed; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/* Animations */
.icon--is-animated {
  transition: 0.2s;
  display: inline-block; }

.icon--is-expanded {
  transform: rotate(180deg); }

.icon--is-flipped {
  transform: scaleY(-1); }

.icon--is-rotating {
  transform-origin: 50% 50%;
  animation: spinAnimation linear 700ms infinite; }

@keyframes spinAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.button {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 1;
  padding: 0;
  background: none;
  border: 1px solid transparent;
  color: currentColor;
  font-size: inherit;
  outline: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .button:disabled {
    cursor: not-allowed; }
  .button--primary, .button--primary-outline, .button--primary-dark, .button--ghost, .button--facebook, .button--google-plus, .button--link-primary {
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s; }
  .button--none {
    font-size: inherit; }
  .button--small {
    padding: 12px; }
  .button--medium {
    padding: 17px 38px; }
  .button--large {
    padding: 20px;
    font-size: 18px; }
  .button--rounded {
    border-radius: 3px; }
  .button--full-width {
    width: 100%; }
  .button--hover-shadow {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }
  .button--primary {
    border: none;
    color: #fff; }
    .app--main-theme .button--primary {
      background: #3baa33; }
    .app--cars-theme .button--primary {
      background: #00a2cd; }
    .app--jobs-theme .button--primary {
      background: #ee4055; }
    .button--primary:hover:not([disabled]), .button--primary:focus:not([disabled]) {
      color: #fff; }
      .app--main-theme .button--primary:hover:not([disabled]), .app--main-theme .button--primary:focus:not([disabled]) {
        background: #34982d; }
      .app--cars-theme .button--primary:hover:not([disabled]), .app--cars-theme .button--primary:focus:not([disabled]) {
        background: #0091b8; }
      .app--jobs-theme .button--primary:hover:not([disabled]), .app--jobs-theme .button--primary:focus:not([disabled]) {
        background: #d5394c; }
  .button--primary-outline {
    background: none;
    border: 2px solid; }
    .app--main-theme .button--primary-outline {
      border-color: #3baa33; }
    .app--cars-theme .button--primary-outline {
      border-color: #00a2cd; }
    .app--jobs-theme .button--primary-outline {
      border-color: #ee4055; }
    .app--main-theme .button--primary-outline {
      color: #23661e; }
    .app--cars-theme .button--primary-outline {
      color: #00617b; }
    .app--jobs-theme .button--primary-outline {
      color: #8e2633; }
    .button--primary-outline:hover:not([disabled]), .button--primary-outline:focus:not([disabled]) {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      color: #fff; }
      .app--main-theme .button--primary-outline:hover:not([disabled]), .app--main-theme .button--primary-outline:focus:not([disabled]) {
        background: #3baa33; }
      .app--cars-theme .button--primary-outline:hover:not([disabled]), .app--cars-theme .button--primary-outline:focus:not([disabled]) {
        background: #00a2cd; }
      .app--jobs-theme .button--primary-outline:hover:not([disabled]), .app--jobs-theme .button--primary-outline:focus:not([disabled]) {
        background: #ee4055; }
  .button--primary-dark {
    border: none;
    color: #fff; }
    .app--main-theme .button--primary-dark {
      background: #34982d; }
    .app--cars-theme .button--primary-dark {
      background: #0091b8; }
    .app--jobs-theme .button--primary-dark {
      background: #d5394c; }
    .button--primary-dark:hover:not([disabled]), .button--primary-dark:focus:not([disabled]) {
      color: #fff; }
      .app--main-theme .button--primary-dark:hover:not([disabled]), .app--main-theme .button--primary-dark:focus:not([disabled]) {
        background: #2f8828; }
      .app--cars-theme .button--primary-dark:hover:not([disabled]), .app--cars-theme .button--primary-dark:focus:not([disabled]) {
        background: #0081a4; }
      .app--jobs-theme .button--primary-dark:hover:not([disabled]), .app--jobs-theme .button--primary-dark:focus:not([disabled]) {
        background: #be3344; }
  .app--main-theme .button--ghost {
    color: #3baa33; }
  .app--cars-theme .button--ghost {
    color: #00a2cd; }
  .app--jobs-theme .button--ghost {
    color: #ee4055; }
  .button--ghost:hover:not([disabled]), .button--ghost:focus:not([disabled]) {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .button--facebook {
    background: #3b5998;
    border: none;
    color: #fff; }
  .button--google-plus {
    background: #d53427;
    border: none;
    color: #fff; }
  .button--link-primary {
    background: none;
    border: none;
    color: #3baa33;
    font-weight: normal;
    line-height: 1.4;
    vertical-align: baseline;
    text-decoration: underline; }
    .app--main-theme .button--link-primary:active:not([disabled]), .app--main-theme .button--link-primary:focus:not([disabled]), .app--main-theme .button--link-primary:hover:not([disabled]) {
      color: #2f8828; }
    .app--cars-theme .button--link-primary:active:not([disabled]), .app--cars-theme .button--link-primary:focus:not([disabled]), .app--cars-theme .button--link-primary:hover:not([disabled]) {
      color: #0081a4; }
    .app--jobs-theme .button--link-primary:active:not([disabled]), .app--jobs-theme .button--link-primary:focus:not([disabled]), .app--jobs-theme .button--link-primary:hover:not([disabled]) {
      color: #be3344; }
  .button:disabled, .button[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }

.button__loading-icon {
  width: 26px;
  height: 1em;
  font-size: 26px;
  display: inline-block;
  animation: spinnerRotate linear 700ms infinite; }

@keyframes spinnerRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.category-tree {
  background: #fff;
  overflow-y: auto; }
  .category-tree--fullscreen {
    height: 100%; }

.category-tree__header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 60px;
  color: #fff;
  background: #36263b;
  font-weight: bold; }

.category-tree__title {
  font-size: 18px; }

.category-tree__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68px;
  font-size: 22px; }

.category-tree__list {
  list-style: none; }

.category-tree__list-item {
  position: relative; }
  .category-tree__list-item--depth-0 > .category-tree__list-item-link {
    padding: 16px 50px 14px 60px; }
  .category-tree__list-item:not(.category-tree__list-item--depth-0) {
    padding-left: 20px; }
  .category-tree__list-item--is-highlighted .category-tree__list-item-link {
    background: #f4f4f4; }
  .category-tree__list-item--all-categories {
    font-weight: bold; }

.category-tree__list-item--depth-0 > .category-tree__list {
  margin-left: 40px; }

.category-tree__list-item-icon {
  position: absolute;
  left: 5px;
  margin: -2px 12px 0 17px;
  font-size: 19px; }
  .app--main-theme .category-tree__list-item-icon {
    color: #3baa33; }
  .app--cars-theme .category-tree__list-item-icon {
    color: #00a2cd; }
  .app--jobs-theme .category-tree__list-item-icon {
    color: #ee4055; }
  @media (min-width: 768px) {
    .category-tree__list-item-icon {
      margin: 0 17px 0 30px;
      left: -5px; } }

.category-tree__list-item-link {
  display: block;
  padding: 16px 50px 14px 20px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  transition: background-color 0.2s; }
  .category-tree__list-item-link:hover {
    background-color: #f4f4f4; }
  @media (min-width: 768px) {
    .category-tree__list-item-link {
      font-size: 16px; } }

.category-tree__expand-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 25px;
  height: 49px;
  color: #9a9a9a;
  background-color: #fff;
  transition: background-color 0.2s;
  font-size: 7px; }
  @media (min-width: 768px) {
    .category-tree__expand-button {
      height: 52px; } }
  .category-tree__expand-button:hover {
    background-color: #f4f4f4; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.rate-city-cards {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ebebeb;
  background: #fbfbfb;
  padding: 33px 0 24px; }
  .rate-city-cards__image-wrapper {
    -ms-flex: 1;
        flex: 1;
    margin-top: 9px;
    padding-left: 40px;
    font-size: 90px; }
  .rate-city-cards__text-wrapper {
    -ms-flex: 2;
        flex: 2;
    color: #353535;
    padding-right: 30px; }
  .rate-city-cards__heading {
    font-size: 16px; }
  .rate-city-cards__paragraph {
    margin-top: 15px; }
  .rate-city-cards__link {
    padding: 12px 0;
    display: block; }
  .rate-city-cards__icon {
    padding: 0 20px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.jobs-app {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ebebeb;
  background: #fbfbfb;
  padding: 33px 0 0; }
  .jobs-app__image-wrapper {
    -ms-flex: none;
        flex: none;
    margin-top: 10px;
    padding-left: 40px; }
  .jobs-app__text-wrapper {
    -ms-flex: auto;
        flex: auto;
    color: #353535;
    padding-right: 30px; }
  .jobs-app__heading {
    font-size: 16px; }
  .jobs-app__paragraph {
    margin-top: 15px; }
  .jobs-app__link {
    padding: 12px 0;
    display: block; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.header-sub-categories__links {
  padding: 10px 10px 5px;
  columns: 2;
  column-gap: 0; }

.header-sub-categories__link {
  display: block;
  line-height: 50px;
  width: 100%;
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  transition: 0.2s; }
  .header-sub-categories__link:hover {
    background: #f4f4f4; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.header-categories {
  background: #2c2134;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  position: relative; }

.header-categories__nav-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  height: 44px; }
  @media (min-width: 768px) {
    .header-categories__nav-wrapper {
      height: 40px; } }

.header-categories__list {
  padding: 0; }
  @media (min-width: 768px) {
    .header-categories__list {
      height: 40px; } }
  .header-categories__list--top {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: inline-block;
    width: calc(100% - 40px); }
    @media (min-width: 1024px) {
      .header-categories__list--top {
        overflow: hidden;
        white-space: nowrap;
        width: auto; } }

.header-categories__list-item {
  position: relative;
  display: inline-block;
  white-space: normal;
  cursor: pointer; }
  @media (min-width: 768px) {
    .header-categories__list-item--active::after, .header-categories__list-item:hover::after {
      content: " ";
      position: absolute;
      border: 7px solid transparent;
      height: 0;
      width: 0;
      margin-left: -7px;
      pointer-events: none;
      border-bottom-color: #fff;
      bottom: 0;
      left: 50%; } }
  @media (min-width: 1024px) {
    .header-categories__list-item:nth-last-of-type(-n+6) {
      display: none; } }

.header-categories__more-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 44px;
  font-size: 14px;
  color: #fff;
  border: none; }
  .header-categories__more-button:hover {
    color: #c2c2c2; }
  .header-categories__more-button::before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    background: linear-gradient(to right, rgba(33, 25, 39, 0) 0, #211927 100%); }
  @media (min-width: 768px) {
    .header-categories__more-button {
      width: 150px;
      height: 40px;
      background: #2c2134; }
      .header-categories__more-button:hover::after, .header-categories__more-button--active::after {
        content: " ";
        position: absolute;
        border: 7px solid transparent;
        height: 0;
        width: 0;
        margin-left: -7px;
        pointer-events: none;
        border-bottom-color: #fff;
        bottom: 0;
        left: 50%; }
      .header-categories__more-button::before {
        background: linear-gradient(to right, rgba(44, 33, 52, 0) 0, #2c2134 100%); } }
  @media (min-width: 1280px) {
    .header-categories__more-button::before {
      display: none; } }
  .header-categories__more-button--mobile {
    background: #211927; }
    @media (min-width: 768px) {
      .header-categories__more-button--mobile {
        display: none; } }
  .header-categories__more-button--desktop {
    display: none; }
    @media (min-width: 768px) {
      .header-categories__more-button--desktop {
        display: block;
        background: #36263b; } }
    @media (min-width: 1024px) {
      .header-categories__more-button--desktop {
        display: inline-block;
        right: auto;
        background: transparent; } }

.header-categories__link-spacer {
  display: inline-block;
  width: 66px; }
  @media (min-width: 768px) {
    .header-categories__link-spacer {
      width: 150px; } }
  @media (min-width: 1024px) {
    .header-categories__link-spacer {
      display: none; } }

.header-categories__link {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 15px 19px; }
  .header-categories__home-link .header-categories__link {
    padding: 10px 5px; }
  @media (min-width: 768px) {
    .header-categories__link {
      line-height: 40px;
      padding: 0 19px; }
      .header-categories__home-link .header-categories__link {
        padding: 0 5px; }
      .header-categories__link:hover,
      .header-categories__list-item--active .header-categories__link {
        color: #c2c2c2; } }

.header-categories__home-link {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 40px;
  text-align: center;
  font-size: 18px; }
  @media (min-width: 1280px) {
    .header-categories__home-link {
      width: 60px; } }
  .header-categories__home-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #4c3f54;
    width: 1px;
    height: 44px; }
    @media (min-width: 768px) {
      .header-categories__home-link::after {
        top: 10px;
        height: 20px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.sign-in-or-register {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 1279px) {
    .sign-in-or-register {
      margin-top: 10px; } }

.sign-in-or-register__link {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  text-align: center;
  font-weight: 400; }
  @media (max-width: 1279px) {
    .sign-in-or-register__link {
      height: 52px;
      line-height: 52px;
      border: 1px solid #3baa33;
      border-radius: 4px;
      color: #353535;
      background: #fbfbfb;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 0; }
      .sign-in-or-register__link:hover:not([disabled]), .sign-in-or-register__link:focus:not([disabled]) {
        background: #f4f4f4; }
      .sign-in-or-register__link:last-of-type {
        margin-left: 10px; } }
  @media (min-width: 1280px) {
    .sign-in-or-register__link {
      -ms-flex: none;
          flex: none;
      color: #fff;
      padding: 0 20px; }
      .sign-in-or-register__link:hover {
        color: #c2c2c2; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.my-gumtree-draft-ad {
  position: relative;
  line-height: 30px;
  padding: 15px 0; }

.my-gumtree-draft-ad__icon {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  font-size: 16px;
  color: #3baa33; }
  @media (min-width: 768px) {
    .my-gumtree-draft-ad__icon {
      right: -5px; } }

.my-gumtree-draft-ad__progress-bar {
  height: 14px;
  background-color: #fbfbfb;
  width: 83%;
  border-radius: 10px;
  border: 2px solid #3baa33; }

.my-gumtree-draft-ad__progress-bar-fill {
  height: 10px;
  padding: 2px;
  background-color: #3baa33;
  animation: all 700ms ease;
  animation-fill-mode: both;
  animation-name: draft-progress-bar; }

@keyframes draft-progress-bar {
  0% {
    width: 0; }
  55% {
    width: 55%; }
  69% {
    width: 47%; }
  81% {
    width: 51%; }
  95% {
    width: 49%; }
  100% {
    width: 50%; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.my-gumtree-menu {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #fff; }

.my-gumtree-menu__header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 767px) {
    .my-gumtree-menu__header {
      height: 60px;
      background: #36263b;
      color: #fff;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .my-gumtree-menu__header {
      background: none;
      padding: 9px 0 6px;
      border-bottom: 1px solid #ebebeb;
      font-weight: 700;
      color: #4c3f54; } }

.my-gumtree-menu__close {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px; }
  @media (min-width: 768px) {
    .my-gumtree-menu__close {
      display: none; } }

.my-gumtree-menu__close-icon {
  font-size: 22px; }

.my-gumtree-menu__item {
  list-style: none; }

.my-gumtree-menu__link {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  color: #353535; }
  @media (min-width: 768px) {
    .my-gumtree-menu__link {
      background: #fbfbfb; }
      .my-gumtree-menu__link:hover {
        background: #f4f4f4; } }
  .my-gumtree-menu__link--no-border {
    border-bottom: none; }

.my-gumtree-menu__icon {
  margin-right: 10px;
  vertical-align: -4px;
  font-size: 20px;
  color: #3baa33; }

.my-gumtree-menu__buttons {
  padding: 10px;
  border-radius: 0 0 4px 4px;
  background-color: #fff; }
  @media (min-width: 1280px) {
    .my-gumtree-menu__buttons {
      display: none; } }

@media (min-width: 768px) {
  .my-gumtree-menu__help {
    display: none; } }

.my-gumtree-menu__post-ad {
  display: block;
  background: #3baa33;
  color: #fff; }
  .my-gumtree-menu__post-ad:hover {
    background: #34982d; }
  @media (min-width: 1280px) {
    .my-gumtree-menu__post-ad {
      display: none; } }

@media (max-width: 1279px) {
  .my-gumtree-menu__sign-out-link {
    display: none; } }

.my-gumtree-menu__sign-out-button {
  height: 52px;
  line-height: 52px;
  border: 1px solid #3baa33;
  border-radius: 4px;
  color: #353535;
  background: #fbfbfb;
  display: block;
  padding: 0;
  margin-top: 10px;
  font-weight: 400; }
  .my-gumtree-menu__sign-out-button:hover:not([disabled]), .my-gumtree-menu__sign-out-button:focus:not([disabled]) {
    background: #f4f4f4; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.header-notification-badge {
  position: absolute;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 5px;
  right: 17px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 100%;
  background-color: #fdb82a;
  color: #353535;
  line-height: 1;
  overflow: hidden; }
  .header-notification-badge--big-number {
    width: 20px;
    height: 20px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
@media (min-width: 768px) {
  .my-gumtree-menu-button {
    padding: 0 10px;
    height: 28px;
    border: 1px solid #4c3f54;
    border-radius: 4px;
    transition: 0.2s; }
    .my-gumtree-menu-button:hover {
      background: #4c3f54; } }

@media (max-width: 767px) {
  .my-gumtree-menu-button__portrait-icon,
  .my-gumtree-menu-button__portrait-pic,
  .my-gumtree-menu-button__text {
    display: none; } }

.my-gumtree-menu-button__portrait-pic {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  vertical-align: -4px; }

.my-gumtree-menu-button__portrait-icon {
  color: #867b89;
  font-size: 18px;
  font-weight: bold;
  vertical-align: -4px; }

.my-gumtree-menu-button__text {
  color: #fff;
  margin-left: 10px;
  line-height: 26px; }

.my-gumtree-menu-button__hamburger {
  color: #fff;
  font-size: 28px;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .my-gumtree-menu-button__hamburger {
      display: none; } }

.my-gumtree-menu-button__hamburger-badge {
  top: -5px;
  right: -5px; }
  @media (min-width: 768px) {
    .my-gumtree-menu-button__hamburger-badge {
      display: none; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.live-chat-link {
  display: block !important; }
  .live-chat-link--is-loading {
    pointer-events: none;
    cursor: default;
    color: #c2c2c2 !important; }

.live-chat-link__icon {
  margin-right: 10px;
  vertical-align: -4px;
  font-size: 20px;
  color: #3baa33; }
  .live-chat-link__icon--secondary {
    color: #aeaeae;
    font-size: 16px; }
  .live-chat-link__icon--spinner {
    color: #aeaeae;
    font-size: 28px; }

.live-chat-link__secondary-icon-container {
  display: none;
  position: absolute;
  right: 5px;
  top: 2px; }
  .live-chat-link--is-loading .live-chat-link__secondary-icon-container {
    display: inline-block; }

.live-chat-link__icon-wrapper {
  position: absolute;
  top: -2px;
  right: 5px; }

.live-chat-link__button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: right; }
  .live-chat-link--is-available .live-chat-link__button {
    display: inline-block;
    cursor: pointer; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.help-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }
  @media (min-width: 768px) {
    .help-menu {
      width: 260px; } }

.help-menu__title {
  color: #4c3f54;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  text-align: center;
  padding: 9px 0 6px; }

.help-menu__link {
  position: relative;
  display: block;
  text-align: left;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  color: #353535; }
  @media (min-width: 768px) {
    .help-menu__link {
      background: #fbfbfb; }
      .help-menu__link:hover {
        background: #f4f4f4; } }
  .help-menu__link:last-of-type {
    border-radius: 0 0 4px 4px;
    border: none; }

.help-menu__icon {
  margin-right: 10px;
  vertical-align: -4px;
  font-size: 20px;
  color: #3baa33; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.header-upper-deck {
  background: #2c2134; }

.header-upper-deck__wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .header-upper-deck__wrapper {
      height: 40px; } }

.header-upper-deck__categories {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  min-width: 0; }

.header-upper-deck__user-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: none;
      flex: none;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px 0 60px; }
  @media (max-width: 767px) {
    .header-upper-deck__user-actions {
      display: none; } }
  @media (max-width: 1023px) {
    .header-upper-deck__user-actions {
      background: #36263b; } }

@media (max-width: 1279px) {
  .header-upper-deck__sign-in-or-register {
    display: none; } }

.header-upper-deck__help {
  color: #fff;
  font-size: 20px;
  margin-left: 18px;
  transition: 0.2s; }
  .header-upper-deck__help:hover {
    color: #c2c2c2; }

.header-upper-deck__notification-icon {
  font-size: 20px;
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 10px 25px;
  color: #fff;
  transition: 0.2s; }
  .header-upper-deck__notification-icon::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #4c3f54; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.header-complete-ad-draft-message {
  box-shadow: 4px 1px 7px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  top: -10px;
  right: 150px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3em;
  padding: 17px 0 15px 20px;
  width: 185px;
  background: #fdb82a;
  border-radius: 3px;
  border: 2px solid #ffa206;
  opacity: 0;
  color: #353535;
  transition: 0.2s;
  pointer-events: none; }
  @media (max-width: 767px) {
    .header-complete-ad-draft-message {
      display: none; } }
  .header-complete-ad-draft-message::after {
    content: " ";
    position: absolute;
    border: 12px solid transparent;
    height: 0;
    width: 0;
    margin-left: -12px;
    pointer-events: none;
    border-left-color: #fdb82a;
    right: -24px;
    top: 23px; }
  .header-complete-ad-draft-message--visible {
    opacity: 1;
    animation: bounce linear 2.5s;
    transition: 0.2s;
    pointer-events: auto; }
    .header-complete-ad-draft-message--visible .header-complete-ad-draft-message__close {
      opacity: 1; }

.header-complete-ad-draft-message__arrow {
  padding: 0 7px; }

.header-complete-ad-draft-message__close {
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 10px;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 2s; }

@keyframes bounce {
  47%,
  83% {
    transform: translateX(-10px); }
  0%,
  30%,
  65%,
  100% {
    transform: translateX(0); } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.app--main-theme .header-lower-deck {
  background: #36263b; }

.app--cars-theme .header-lower-deck {
  background: #00a2cd; }

.app--jobs-theme .header-lower-deck {
  background: #ee4055; }

.header-lower-deck__wrapper {
  height: 64px;
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 18px; }
  @media (min-width: 768px) {
    .header-lower-deck__wrapper {
      height: 90px; } }

.header-lower-deck__logo-link {
  line-height: 1; }

.header-lower-deck__logo {
  width: 180px;
  height: 60px; }

.header-lower-deck__user-actions {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: relative; }

@media (min-width: 768px) {
  .header-lower-deck__notification-icon,
  .header-lower-deck__my-gumtree {
    display: none; } }

.header-lower-deck__post-ad {
  background: #fff;
  color: #353535;
  padding: 17px 30px;
  font-weight: bold;
  letter-spacing: 0.5px; }
  .header-lower-deck__post-ad:hover, .header-lower-deck__post-ad:focus {
    background: #ebebeb; }
  @media (max-width: 767px) {
    .header-lower-deck__post-ad {
      display: none; } }

.header-lower-deck__post-ad-dot {
  background: #353535;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-category-tree {
  overflow-y: auto;
  margin-top: 12px; }
  @media (min-width: 768px) {
    .search-category-tree {
      margin-top: 0;
      max-height: 600px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-category-button {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 55px;
  display: none;
  background: #fff; }
  .header--search-open .search-category-button {
    display: block; }
  @media (min-width: 768px) {
    .search-category-button {
      box-shadow: none;
      display: block;
      width: 100px;
      height: 70px; }
      .app--main-theme .search-category-button--is-open, .app--main-theme .search-category-button--is-open:hover {
        background: #3baa33; }
      .app--cars-theme .search-category-button--is-open, .app--cars-theme .search-category-button--is-open:hover {
        background: #00a2cd; }
      .app--jobs-theme .search-category-button--is-open, .app--jobs-theme .search-category-button--is-open:hover {
        background: #ee4055; } }
  @media (min-width: 1024px) {
    .search-category-button--open-menu, .search-category-button:focus {
      outline: 1px solid;
      outline-offset: 0;
      z-index: 2; }
      .app--main-theme .search-category-button--open-menu, .app--main-theme .search-category-button:focus {
        outline-color: #3baa33; }
      .app--cars-theme .search-category-button--open-menu, .app--cars-theme .search-category-button:focus {
        outline-color: #00a2cd; }
      .app--jobs-theme .search-category-button--open-menu, .app--jobs-theme .search-category-button:focus {
        outline-color: #ee4055; } }
  @media (min-width: 1280px) {
    .search-category-button {
      transition: background-color 0.2s ease-in; }
      .search-category-button:hover {
        background-color: #f4f4f4; }
      .app--main-theme .search-category-button--is-open, .app--main-theme .search-category-button--is-open:hover {
        background: #3baa33; }
      .app--cars-theme .search-category-button--is-open, .app--cars-theme .search-category-button--is-open:hover {
        background: #00a2cd; }
      .app--jobs-theme .search-category-button--is-open, .app--jobs-theme .search-category-button--is-open:hover {
        background: #ee4055; } }

.search-category-button__category-icon {
  position: absolute;
  top: 19px;
  left: 16px;
  font-size: 16px; }
  .app--main-theme .search-category-button__category-icon {
    color: #3baa33; }
  .app--cars-theme .search-category-button__category-icon {
    color: #00a2cd; }
  .app--jobs-theme .search-category-button__category-icon {
    color: #ee4055; }
  @media (min-width: 768px) {
    .search-category-button__category-icon {
      height: 19px;
      width: 19px;
      top: 24px;
      left: 30px;
      font-size: 20px; }
      .search-category-button--is-open .search-category-button__category-icon {
        color: #fff; } }

.search-category-button__toggle-arrow {
  color: #9a9a9a;
  position: absolute;
  top: 44%;
  right: 12px;
  font-size: 7px; }
  @media (min-width: 768px) {
    .search-category-button__toggle-arrow {
      right: 16px; }
      .search-category-button--is-open .search-category-button__toggle-arrow {
        color: #fff; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-suggestion:first-child {
  padding-top: 7.5px; }

.search-suggestion:last-child {
  padding-bottom: 7.5px; }

.search-suggestion__recent-header {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 12px 16px 0;
  content: 'Recent Searches';
  font-size: 12px;
  border-top: 1px solid #ebebeb;
  color: #c2c2c2; }
  @media (min-width: 768px) {
    .search-suggestion__recent-header {
      padding: 25px 30px 15px;
      color: #353535; } }
  .search-suggestion:first-child .search-suggestion__recent-header {
    padding-top: 4.5px;
    margin-top: 0;
    border-top: none; }
    @media (min-width: 768px) {
      .search-suggestion:first-child .search-suggestion__recent-header {
        padding-top: 17.5px; } }

.search-suggestion__fragment {
  font-weight: bold; }

.search-suggestion__button {
  display: block;
  padding: 7.5px 16px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border: none;
  background-color: #fff;
  color: #353535;
  transition: background-color 0.2s; }
  @media (min-width: 768px) {
    .search-suggestion__button {
      font-size: 16px;
      line-height: 20px;
      padding: 7.5px 30px; } }
  .search-suggestion__button--highlighted, .search-suggestion__button:hover {
    background-color: #f4f4f4; }
  .search-suggestion__button .search-suggestion__fragment {
    font-weight: bold; }

.search-suggestion__category {
  font-size: 14px;
  line-height: 18px;
  display: block; }
  .app--main-theme .search-suggestion__category {
    color: #3baa33; }
  .app--cars-theme .search-suggestion__category {
    color: #00a2cd; }
  .app--jobs-theme .search-suggestion__category {
    color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-suggestions {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  background: #fff;
  max-height: 300px;
  width: 100vw;
  border-radius: 0 0 4px 4px; }
  .header--search-open .search-suggestions {
    display: block; }
  @media (min-width: 768px) {
    .search-suggestions {
      display: block;
      box-shadow: none;
      margin: 0;
      width: 100%;
      max-height: 600px;
      border-top: none;
      border-radius: 0; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.input-text-short--plain {
  border: none; }

.input-text-short--light {
  display: block;
  width: 100%;
  height: 42px;
  padding: 9px 5px 8px 10px;
  border: 2px solid #d6d6d6;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: none;
  color: #353535;
  background-color: #fff; }
  .input-text-short--light:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  .input-text-short--light::-ms-expand {
    display: none; }
  .input-text-short--light::-webkit-input-placeholder {
    color: #d6d6d6; }
  .input-text-short--light:-ms-input-placeholder {
    color: #d6d6d6; }
  .input-text-short--light::placeholder {
    color: #d6d6d6; }

.input-text-short--invalid {
  border-color: #e70000; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.select {
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 1em;
  border: 2px solid #d6d6d6;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  outline: 0;
  position: relative;
  z-index: 2; }
  .select:active, .select:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  .select--clear {
    border: 0;
    background: transparent; }
  .feature-upsell__item-desciption .select {
    display: inline-block;
    border: none;
    height: 25px;
    box-shadow: none; }
    .feature-upsell__item-desciption .select::before {
      content: " ";
      display: block; }
    .feature-upsell__item-desciption .select:active, .feature-upsell__item-desciption .select:focus {
      box-shadow: none; }
  .review__sort-by .select {
    display: inline-block;
    border: none;
    height: auto;
    float: left; }
    .review__sort-by .select:focus {
      box-shadow: none; }
  .select__select {
    display: block;
    width: 100%;
    padding: 0.8em 1.6em 0.6em 0.7em;
    font-size: 1em;
    line-height: 1.4em;
    background: transparent;
    border: 0;
    outline: 0;
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer; }
    .select__select:focus {
      box-shadow: none; }
    .select__select::-ms-expand {
      display: none; }
    .select__select:disabled {
      cursor: not-allowed; }
    .pstad-featrs-list .select__select {
      font-weight: normal; }
      .app--main-theme .pstad-featrs-list .select__select {
        color: #3baa33; }
      .app--cars-theme .pstad-featrs-list .select__select {
        color: #00a2cd; }
      .app--jobs-theme .pstad-featrs-list .select__select {
        color: #ee4055; }
    .feature-upsell__item-desciption .select__select {
      line-height: normal;
      padding: 5px 0;
      margin-right: 25px;
      box-shadow: none; }
      .app--main-theme .feature-upsell__item-desciption .select__select {
        color: #3baa33; }
      .app--cars-theme .feature-upsell__item-desciption .select__select {
        color: #00a2cd; }
      .app--jobs-theme .feature-upsell__item-desciption .select__select {
        color: #ee4055; }
    .review__sort-by .select__select {
      padding: 0.5em 2.2em 0.5em 1em; }
  .select__label--hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .select__icon {
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: auto;
    margin: 0;
    padding: 12px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 9px;
    color: #9a9a9a; }
    .feature-upsell__item-desciption .select__icon {
      padding: 5px 0; }
    .review__sort-by .select__icon {
      padding: 10px 0 0; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.radio-set--default {
  position: relative;
  overflow: hidden; }
  .radio-set--default .radio-set__group-label {
    display: inline-block;
    color: #353535;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold; }
  .radio-set--default .radio-set__input {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    .radio-set--default .radio-set__input:checked ~ .radio-set__option-label::after {
      transform: scale(1); }
  .radio-set--default .radio-set__option-label {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 0 10px 38px;
    margin-left: 5px;
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 15px; }
    .radio-set--default .radio-set__option-label::before {
      content: "";
      position: absolute;
      display: block;
      width: 24px;
      height: 24px;
      left: 0;
      top: calc(50% - 13px);
      background-color: #fff;
      border: 2px solid #d6d6d6;
      border-radius: 50%;
      color: #fff; }
    .radio-set--default .radio-set__option-label::after {
      content: "";
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      left: 6px;
      top: calc(50% - 7px);
      margin-top: 0;
      border-radius: 50%;
      transition: 0.2s;
      transform: scale(0); }
      .app--main-theme .radio-set--default .radio-set__option-label::after {
        background: #3baa33; }
      .app--cars-theme .radio-set--default .radio-set__option-label::after {
        background: #00a2cd; }
      .app--jobs-theme .radio-set--default .radio-set__option-label::after {
        background: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.checkbox__label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  line-height: 24px; }
  .checkbox__label::before {
    box-sizing: border-box;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #d6d6d6;
    border-radius: 4px; }
  .checkbox__label::after {
    opacity: 0;
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    background-color: #4ad540;
    border-radius: 4px;
    z-index: 2;
    transition: 0.5s; }
  .checkbox__label[aria-checked="true"]::after {
    opacity: 1; }

.checkbox__input {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.textarea--plain {
  border: none; }

.textarea--light {
  display: block;
  width: 100%;
  height: 42px;
  padding: 9px 5px 8px 10px;
  border: 2px solid #d6d6d6;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: none;
  height: auto;
  color: #353535;
  background-color: #fff; }
  .textarea--light:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  .textarea--light::-ms-expand {
    display: none; }
  .textarea--light::-webkit-input-placeholder {
    color: #d6d6d6; }
  .textarea--light:-ms-input-placeholder {
    color: #d6d6d6; }
  .textarea--light::placeholder {
    color: #d6d6d6; }

.textarea--invalid {
  border-color: #e70000; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.input--inline .input__label {
  margin-right: 10px; }

.input--vertical .input__label {
  display: block; }

.input--full-height {
  height: 100%; }

.input--full-width {
  width: 100%; }

.input--flex-fill {
  -ms-flex: 1;
      flex: 1; }

.input--show-dollar::before {
  content: '$';
  position: absolute;
  left: 10px;
  top: 11px;
  font-weight: bold;
  pointer-events: none; }
  .app--main-theme .input--show-dollar::before {
    color: #3baa33; }
  .app--cars-theme .input--show-dollar::before {
    color: #00a2cd; }
  .app--jobs-theme .input--show-dollar::before {
    color: #ee4055; }

.input__input--full-height {
  height: 100%; }

.input__input--extra-padding {
  padding: 13px 5px 12px 10px;
  height: 50px; }

.input__input:disabled, .input__input[disabled] {
  opacity: 0.5;
  cursor: not-allowed; }

.input__label {
  display: inline-block;
  color: #353535;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold; }
  .input__label--hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }

.input__error-message {
  opacity: 0;
  position: absolute;
  transform-origin: top left;
  transition: 0.2s ease; }
  .input__error-message--shown {
    background: #353535;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-width: 550px;
    min-width: 250px;
    margin-top: 3px;
    opacity: 1;
    padding: 0.5em 1em;
    text-align: left;
    z-index: 3; }
    .input__error-message--shown::after {
      bottom: 100%;
      border: 8px solid transparent;
      border-bottom-color: #353535;
      content: " ";
      height: 0;
      left: 20px;
      margin-left: -8px;
      position: absolute;
      pointer-events: none;
      width: 0; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-input {
  position: relative;
  width: 100%; }
  .search-input__input {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    height: 55px;
    padding: 0 18px 0 46px;
    font-family: ProximaNova, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    z-index: 1; }
    @media (min-width: 768px) {
      .search-input__input {
        padding: 0 18px;
        height: 70px;
        box-shadow: none; } }
    @media (min-width: 1280px) {
      .search-input__input {
        font-size: 24px;
        padding: 0 18px 0 30px;
        transition: background-color 0.2s ease-in; }
        .search-input__input:hover {
          background-color: #f4f4f4; } }
    @media (min-width: 1024px) {
      .search-input__input:focus {
        outline: 1px solid; }
        .app--main-theme .search-input__input:focus {
          outline-color: #3baa33; }
        .app--cars-theme .search-input__input:focus {
          outline-color: #00a2cd; }
        .app--jobs-theme .search-input__input:focus {
          outline-color: #ee4055; } }
    .search-input__input::-webkit-input-placeholder {
      color: #aeaeae; }
    .search-input__input:-ms-input-placeholder {
      color: #aeaeae; }
    .search-input__input::placeholder {
      color: #aeaeae; }
  .search-input__icon {
    display: block;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 19px;
    pointer-events: none; }
    .app--main-theme .search-input__icon {
      color: #3baa33; }
    .app--cars-theme .search-input__icon {
      color: #00a2cd; }
    .app--jobs-theme .search-input__icon {
      color: #ee4055; }
    @media (min-width: 768px) {
      .search-input__icon {
        display: none; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-location-suggestion {
  display: block;
  padding: 7.5px 16px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border: none;
  background-color: #fff;
  color: #353535;
  transition: background-color 0.2s ease-in; }
  .search-location-suggestion--highlighted, .search-location-suggestion:hover {
    background-color: #f4f4f4; }
  .search-location-suggestion .search-location-suggestion__fragment {
    font-weight: 700; }
  .search-location-suggestion:first-child {
    padding-top: 15px; }
  .search-location-suggestion:last-child {
    padding-bottom: 15px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-location-suggestions {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  width: calc(100vw - 40px);
  margin: -10px 20px 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  background: #fff;
  max-height: 300px;
  border-radius: 0 0 4px 4px; }
  @media (min-width: 768px) {
    .search-location-suggestions {
      margin: 0;
      width: 100%;
      max-height: 600px;
      border-top: none;
      border-radius: 0; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-location-input {
  position: relative;
  width: calc(100vw - 150px); }
  @media (min-width: 768px) {
    .search-location-input {
      width: 100%; } }
  .search-location-input__input {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    height: 55px;
    padding: 0 18px 0 50px;
    margin: 0 0 10px;
    font-size: 14px;
    background: #fff;
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 3px 0 0 3px;
    -webkit-appearance: none; }
    @media (min-width: 768px) {
      .search-location-input__input {
        height: 70px;
        margin: 0;
        box-shadow: none;
        border-radius: 0; } }
    @media (min-width: 1280px) {
      .search-location-input__input {
        transition: background-color 0.2s ease-in; }
        .search-location-input__input:hover {
          background-color: #f4f4f4; } }
    @media (min-width: 768px) {
      .search-location-input__input:focus {
        box-shadow: none; } }
    @media (min-width: 1024px) {
      .search-location-input__input:focus {
        outline: 1px solid;
        z-index: 2; }
        .app--main-theme .search-location-input__input:focus {
          outline-color: #3baa33; }
        .app--cars-theme .search-location-input__input:focus {
          outline-color: #00a2cd; }
        .app--jobs-theme .search-location-input__input:focus {
          outline-color: #ee4055; } }
    .search-location-input__input::-webkit-input-placeholder {
      color: #aeaeae; }
    .search-location-input__input:-ms-input-placeholder {
      color: #aeaeae; }
    .search-location-input__input::placeholder {
      color: #aeaeae; }
    .search-location-input__input::-ms-clear, .search-location-input__input::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
  .search-location-input__icon {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 3;
    left: 16px;
    top: 19px;
    pointer-events: none;
    font-size: 18px; }
    .app--main-theme .search-location-input__icon {
      color: #3baa33; }
    .app--cars-theme .search-location-input__icon {
      color: #00a2cd; }
    .app--jobs-theme .search-location-input__icon {
      color: #ee4055; }
    @media (min-width: 768px) {
      .search-location-input__icon {
        width: 19px;
        height: 19px;
        left: 24px;
        top: 26px; } }
  .search-location-input::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    background: #fff;
    height: 55px;
    z-index: 2;
    pointer-events: none; }
    @media (min-width: 768px) {
      .search-location-input::before {
        display: none; } }
  .search-location-input::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #d6d6d6;
    z-index: 3; }
    @media (min-width: 768px) {
      .search-location-input::after {
        top: 25px;
        height: 16px;
        z-index: 1; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-distance-menu {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  width: 110px;
  border-radius: 0 0 8px 8px; }
  @media (min-width: 768px) {
    .search-distance-menu {
      display: block;
      width: 100%;
      float: none;
      border-radius: 0; } }
  .search-distance-menu__option {
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.2s ease-in; }
    .search-distance-menu__option--selected, .search-distance-menu__option:hover {
      background-color: #f4f4f4; }
    .search-distance-menu__option:last-child {
      border-radius: 0 0 4px 4px; }
    @media (min-width: 768px) {
      .search-distance-menu__option {
        border-radius: 0; } }
  .search-distance-menu__btn {
    display: block;
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #353535;
    text-decoration: none; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-distance-button--open-menu {
  overflow: hidden;
  margin: -10px 0 0;
  width: calc(100vw - 40px); }

@media (min-width: 768px) {
  .search-distance-button {
    margin: 0;
    width: 0; } }

.search-distance-button__button {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  color: #353535;
  border-radius: 0 3px 3px 0; }
  @media (min-width: 768px) {
    .search-distance-button__button {
      height: 70px;
      box-shadow: none;
      border-radius: 0; } }
  @media (min-width: 1024px) {
    .search-distance-button__button--open-menu, .search-distance-button__button:focus {
      outline: 1px solid;
      outline-offset: 0;
      z-index: 1; }
      .app--main-theme .search-distance-button__button--open-menu, .app--main-theme .search-distance-button__button:focus {
        outline-color: #3baa33; }
      .app--cars-theme .search-distance-button__button--open-menu, .app--cars-theme .search-distance-button__button:focus {
        outline-color: #00a2cd; }
      .app--jobs-theme .search-distance-button__button--open-menu, .app--jobs-theme .search-distance-button__button:focus {
        outline-color: #ee4055; } }
  @media (min-width: 1280px) {
    .search-distance-button__button {
      transition: background-color 0.2s ease-in; }
      .search-distance-button__button:hover {
        background-color: #f4f4f4; } }

.search-distance-button__icon {
  font-size: 7px;
  position: absolute;
  right: 16px;
  color: #9a9a9a; }

.search-distance-button__current {
  padding-left: 20px;
  font-size: 14px;
  text-align: left; }

.search-distance-button__toggle-arrow {
  position: absolute;
  top: 21px;
  right: 20px; }
  @media (min-width: 768px) {
    .search-distance-button__toggle-arrow {
      top: 26px; } }
.save-search-login__title {
  font-size: 1.5em; }

.save-search-login__button,
.save-search-login__message {
  margin-top: 14px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.save-search-form__button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .save-search-form__button-wrapper {
      -ms-flex-direction: row;
          flex-direction: row; } }

.save-search-form__submit-button {
  -ms-flex: 1;
      flex: 1; }
  @media (min-width: 1024px) {
    .save-search-form__submit-button {
      margin-right: 10px; } }

.save-search-form__frequency {
  margin-top: 10px; }
  .save-search-form__frequency .save-search-form__radio-set {
    border: 1px solid grey;
    padding: 40px;
    opacity: 0.2; }

.save-search-form__cancel-button {
  -ms-flex: 1;
      flex: 1;
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .save-search-form__cancel-button {
      margin-top: 0;
      margin-left: 10px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.save-search-success__title {
  font-size: 21px; }

.save-search-success__icon {
  padding-right: 10px;
  margin: -4px -8px 0 -16px; }
  .app--main-theme .save-search-success__icon {
    color: #3baa33; }
  .app--cars-theme .save-search-success__icon {
    color: #00a2cd; }
  .app--jobs-theme .save-search-success__icon {
    color: #ee4055; }

.save-search-success__link {
  display: block;
  margin-top: 6px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.save-search-wrapper {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 15px; }
  @media (min-width: 768px) {
    .save-search-wrapper {
      box-shadow: none; } }
  @media (min-width: 1280px) {
    .save-search-wrapper {
      padding: 30px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.save-search-button {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 55px;
  background: #fff; }
  .app--main-theme .save-search-button--is-open, .app--main-theme .save-search-button--is-open:hover {
    background: #3baa33; }
  .app--cars-theme .save-search-button--is-open, .app--cars-theme .save-search-button--is-open:hover {
    background: #00a2cd; }
  .app--jobs-theme .save-search-button--is-open, .app--jobs-theme .save-search-button--is-open:hover {
    background: #ee4055; }
  .search-bar--search-open .save-search-button {
    top: 60px; }
  @media (min-width: 768px) {
    .save-search-button {
      position: relative;
      top: 0;
      box-shadow: none;
      height: 70px; } }
  @media (min-width: 1024px) {
    .save-search-button {
      width: 150px; }
      .save-search-button--is-open, .save-search-button:focus {
        outline: 1px solid;
        outline-offset: 0;
        z-index: 2; }
        .app--main-theme .save-search-button--is-open, .app--main-theme .save-search-button:focus {
          outline-color: #3baa33; }
        .app--cars-theme .save-search-button--is-open, .app--cars-theme .save-search-button:focus {
          outline-color: #00a2cd; }
        .app--jobs-theme .save-search-button--is-open, .app--jobs-theme .save-search-button:focus {
          outline-color: #ee4055; } }
  @media (min-width: 1280px) {
    .save-search-button {
      transition: 0.2s; }
      .save-search-button:hover {
        background-color: #f4f4f4; }
      .app--main-theme .save-search-button--is-open, .app--main-theme .save-search-button--is-open:hover {
        background: #3baa33; }
      .app--cars-theme .save-search-button--is-open, .app--cars-theme .save-search-button--is-open:hover {
        background: #00a2cd; }
      .app--jobs-theme .save-search-button--is-open, .app--jobs-theme .save-search-button--is-open:hover {
        background: #ee4055; } }

.save-search-button__text {
  display: none;
  margin-left: 8px;
  transition: 0.2s;
  font-weight: 300; }
  .app--main-theme .save-search-button__text {
    color: #3baa33; }
  .app--cars-theme .save-search-button__text {
    color: #00a2cd; }
  .app--jobs-theme .save-search-button__text {
    color: #ee4055; }
  @media (min-width: 768px) {
    .save-search-button--is-open .save-search-button__text {
      color: #fff; } }
  @media (min-width: 1024px) {
    .save-search-button__text {
      display: inline-block; } }

.save-search-button__icon {
  font-size: 18px;
  transition: 0.2s; }
  .app--main-theme .save-search-button__icon {
    color: #3baa33; }
  .app--cars-theme .save-search-button__icon {
    color: #00a2cd; }
  .app--jobs-theme .save-search-button__icon {
    color: #ee4055; }
  .save-search-button--is-open .save-search-button__icon {
    color: #fff; }
  @media (min-width: 1024px) {
    .save-search-button__icon {
      margin-bottom: 2px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.search-bar {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  transform: translate(0); }
  @media (min-width: 768px) {
    .search-bar {
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
      padding: 0 100px; } }
  .search-bar--search-open {
    position: absolute;
    width: 100vw;
    top: 0;
    background: #f4f4f4; }

.search-bar__mobile-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #36263b;
  color: #fff;
  height: 60px;
  font-size: 18px; }

.search-bar__close {
  position: absolute;
  color: #fff;
  top: 17px;
  right: 22px;
  font-size: 22px; }

.search-bar__form {
  width: 100%; }
  @media (min-width: 768px) {
    .search-bar__form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch; } }

.search-bar__input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: stretch;
      align-items: stretch;
  background: #fff; }
  .search-bar--save-enabled .search-bar__input {
    margin-right: 65px; }
  .search-bar--search-open .search-bar__input {
    margin-left: 68px; }
  @media (min-width: 768px) {
    .search-bar__input {
      height: 70px;
      margin-left: 0; }
      .search-bar--save-enabled .search-bar__input {
        margin-right: 0; } }

.search-bar__save-search {
  border-right: 1px solid #ebebeb; }

.search-bar__mobile-save-search {
  background: #fff; }

.search-bar__categories {
  display: none;
  background: #fff;
  border-right: 1px solid #ebebeb; }
  .search-bar--search-open .search-bar__categories {
    display: block;
    position: relative; }
  @media (min-width: 768px) {
    .search-bar__categories {
      display: block; } }

.search-bar__mobile-category-tree {
  color: #353535; }

.search-bar__location-and-distance {
  display: none;
  position: relative;
  width: calc(100% - 40px);
  padding: 0 110px 0 0;
  margin: 10px auto 0; }
  .search-bar--search-open .search-bar__location-and-distance {
    display: block; }
  @media (min-width: 768px) {
    .search-bar__location-and-distance {
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      height: 70px;
      margin: 0;
      border-radius: 0; } }
  @media (min-width: 1024px) {
    .search-bar__location-and-distance {
      width: 40%; } }

.search-bar__distance-mobile-menu {
  width: calc(100vw - 40px);
  margin: -10px auto 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.search-bar__submit {
  display: none;
  width: calc(100% - 40px);
  margin: 0 auto; }
  .search-bar--search-open .search-bar__submit {
    display: block; }
  @media (min-width: 768px) {
    .search-bar__submit {
      display: block;
      width: 100px;
      border-right: 0;
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      height: 70px; } }
  .search-bar__submit-button {
    width: 100%;
    height: 55px; }
    .app--main-theme .search-bar__submit-button {
      background: #3baa33; }
    .app--cars-theme .search-bar__submit-button {
      background: #00a2cd; }
    .app--jobs-theme .search-bar__submit-button {
      background: #ee4055; }
    @media (max-width: 767px) {
      .search-bar__submit-button {
        margin-bottom: 22px; } }
    @media (min-width: 768px) {
      .search-bar__submit-button {
        height: 70px; }
        .app--main-theme .search-bar__submit-button {
          background: #3baa33; }
        .app--cars-theme .search-bar__submit-button {
          background: #0081a4; }
        .app--jobs-theme .search-bar__submit-button {
          background: #be3344; } }
    @media (min-width: 1024px) {
      .search-bar__submit-button {
        transition: background-color 0.2s ease-in; } }
    .app--main-theme .search-bar__submit-button:hover, .app--main-theme .search-bar__submit-button:focus {
      background: #34982d; }
    .app--cars-theme .search-bar__submit-button:hover, .app--cars-theme .search-bar__submit-button:focus {
      background: #00617b; }
    .app--jobs-theme .search-bar__submit-button:hover, .app--jobs-theme .search-bar__submit-button:focus {
      background: #8e2633; }
  .search-bar__submit-text {
    vertical-align: 3px; }
    @media (min-width: 768px) {
      .search-bar__submit-text {
        display: none; } }
  .search-bar__submit-icon {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-right: 6px; }
    @media (min-width: 768px) {
      .search-bar__submit-icon {
        font-size: 26px;
        margin-right: 0; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.panel-header {
  overflow: hidden;
  padding: 24px 18px 16px; }
  .panel-header--srp {
    font-size: 16px; }
    @media (min-width: 768px) {
      .panel-header--srp {
        font-size: 20px; } }
  .panel-header--vip {
    font-size: 14px;
    color: #747474;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .panel-header--vip {
        font-size: 16px; } }
  @media (min-width: 480px) {
    .panel-header {
      padding: 30px 0 20px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.panel-body {
  background: #fff; }

.panel-body--standard-shadow {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }

.panel-body--sub-categories-shadow {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); }

.panel-body--flat-panel-shadow {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }

.panel-body--rounded {
  border-radius: 0 0 4px 4px; }
  .panel-body--rounded > * {
    border-radius: 0 0 4px 4px; }

.panel-body--rounded-full {
  border-radius: 4px;
  overflow: hidden; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.ad-sense-ad--is-afsh {
  margin-top: 20px; }

@media (max-width: 767px) {
  .ad-sense-ad__title-suffix {
    display: none; } }

.ad-sense-ad__panel-header--small {
  padding: 14px 0 8px;
  font-size: 16px; }
  @media (max-width: 479px) {
    .ad-sense-ad__panel-header--small {
      padding: 10px 0 6px 10px;
      font-size: 14px; } }

.ad-sense-ad__panel-header--srp {
  font-size: 14px;
  padding: 24px 18px 16px; }
  @media (min-width: 768px) {
    .ad-sense-ad__panel-header--srp {
      padding: 14px 0 8px;
      font-size: 16px; } }
  @media (min-width: 480px) {
    .ad-sense-ad__panel-header--srp {
      padding: 30px 0 20px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.ecommerce-ad {
  background: #fff; }
  .user-ad-collection--row .ecommerce-ad {
    box-shadow: none; }
  .user-ad-collection--square .ecommerce-ad {
    margin-bottom: 20px; }

.ecommerce-ad__header {
  position: relative;
  min-height: 50px;
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 50px; }

.ecommerce-ad__heading {
  font-size: 14px; }

.ecommerce-ad__ebay-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 75px; }

.ecommerce-ad__panel {
  border-bottom: 1px solid #ebebeb; }
  @media (min-width: 768px) {
    .ecommerce-ad__panel {
      padding: 0 20px; } }
  @media (min-width: 1024px) {
    .ecommerce-ad__panel {
      padding: 0 30px; } }
  @media (min-width: 1280px) {
    .ecommerce-ad__panel {
      padding: 0 40px; } }

.ecommerce-ad__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .ecommerce-ad__list.ecommerce-ad__list--single-item {
    -ms-flex-pack: start;
        justify-content: flex-start; }

.ecommerce-ad__item {
  max-width: 50%;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
  display: none; }
  @media (max-width: 480px) {
    .ecommerce-ad__item {
      max-width: 50%; }
      .ecommerce-ad__item:nth-child(-n+2) {
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 480px) {
    .ecommerce-ad__item {
      max-width: 33%; }
      .ecommerce-ad__item:nth-child(-n+3) {
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 768px) {
    .ecommerce-ad__item {
      max-width: 25%; }
      .ecommerce-ad__item:nth-child(-n+4) {
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 1024px) {
    .ecommerce-ad__item {
      padding: 20px; } }
  @media (min-width: 1280px) {
    .ecommerce-ad__item {
      padding: 20px 10px; }
      .ecommerce-ad__item:hover {
        background: #f4f4f4; } }

.ecommerce-ad__item-link {
  display: block;
  position: relative;
  overflow: hidden; }

.ecommerce-ad__item-image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 90px;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .ecommerce-ad__item-image-wrapper {
      margin-bottom: 20px;
      height: 170px; } }

.ecommerce-ad__item-image {
  max-width: 100%;
  max-height: 100%; }

.ecommerce-ad__item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #353535;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ecommerce-ad__item-price {
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px; }
  .app--main-theme .ecommerce-ad__item-price {
    color: #3baa33; }
  .app--cars-theme .ecommerce-ad__item-price {
    color: #00a2cd; }
  .app--jobs-theme .ecommerce-ad__item-price {
    color: #ee4055; }

.ecommerce-ad__item-discount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff6103;
  transform: rotate(-45deg); }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.dfp-ad {
  overflow: hidden; }
  .dfp-ad > div > iframe {
    display: block;
    margin: 0 auto; }
.crt-ad {
  margin: 0 auto;
  overflow: hidden; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.header {
  overflow-x: visible;
  position: relative; }
  @media (min-width: 768px) {
    .header {
      margin-top: 120px; } }
  .header--any-menu-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    z-index: 120;
    overflow-y: auto; }
    .header--any-menu-open .header__leaderboard-ad {
      display: none; }
  .header__leaderboard-ad {
    position: relative;
    z-index: 110;
    width: 100%;
    min-height: 80px;
    background: #000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    transform: translate3d(0, 0, 0);
    overflow: hidden; }
    .header--search-open .header__leaderboard-ad {
      display: none; }
    .header__leaderboard-ad::before {
      content: '';
      position: absolute;
      height: 50px;
      width: 100%;
      top: -50px;
      left: 0;
      background-color: #000; }
    @media (min-width: 768px) {
      .header__leaderboard-ad {
        transition: 0.2s;
        position: absolute;
        top: 10px;
        left: 0;
        height: 120px; } }
  @media (min-width: 768px) {
    .header--is-not-sticky {
      margin-top: 0; }
      .header--is-not-sticky .header__leaderboard-ad {
        position: relative;
        top: 0; } }
  @media (min-width: 768px) {
    .header--is-sticky .header__leaderboard-ad {
      position: fixed;
      top: 0; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.app-download-wrapper {
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  .app-download-wrapper__app-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-decoration: none;
    position: relative; }
  .app-download-wrapper__app-icon-background {
    float: left;
    display: inline-block;
    padding: 4px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #2c2134;
    box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.5);
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #4ad540; }
  .app-download-wrapper__app-icon-gumtree {
    width: 32px;
    height: 32px; }
  .app-download-wrapper__app-text {
    margin-left: 15px; }
  .app-download-wrapper__right-arrow {
    margin-left: 15px;
    vertical-align: -2px; }
  .app-download-wrapper__app-badges {
    display: none; }
    @media (min-width: 768px) {
      .app-download-wrapper__app-badges {
        margin-left: auto;
        display: block; } }
  .app-download-wrapper__app-link {
    line-height: 1;
    display: inline-block;
    margin-left: 16px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.social-icons__item {
  display: inline-block;
  padding: 0 0.33em; }
  .social-icons__item-link {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
    text-align: center;
    transition: background-color 0.2s ease-in; }
    .social-icons__item-link--facebook:hover, .social-icons__item-link--facebook:focus, .social-icons__item-link--facebook:active {
      background-color: #3b5998; }
    .social-icons__item-link--twitter:hover, .social-icons__item-link--twitter:focus, .social-icons__item-link--twitter:active {
      background-color: #0098f0; }
    .social-icons__item-link--youtube:hover, .social-icons__item-link--youtube:focus, .social-icons__item-link--youtube:active {
      background-color: #c10011; }
    .social-icons__item-link--google-plus:hover, .social-icons__item-link--google-plus:focus, .social-icons__item-link--google-plus:active {
      background-color: #d53427; }
    .social-icons__item-link--instagram:hover, .social-icons__item-link--instagram:focus, .social-icons__item-link--instagram:active {
      background-color: #b03494; }
    .social-icons__item-link--pinterest:hover, .social-icons__item-link--pinterest:focus, .social-icons__item-link--pinterest:active {
      background-color: #c8232c; }
    .social-icons__item-link-icon {
      display: inline-block;
      font-size: 20px;
      margin-top: 9px;
      color: #fff; }
    .social-icons__item-link-text {
      position: absolute;
      top: -99999em;
      left: -99999em; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.footer {
  padding-top: 42px;
  margin-top: 20px;
  background: #36263b;
  color: #fff; }
  .footer__container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px; }
  .footer__footer-links {
    text-align: center;
    margin-top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 480px) {
      .footer__footer-links {
        border-top: none;
        text-align: left;
        -ms-flex-direction: row;
            flex-direction: row; } }
  .footer__footer-link-col {
    padding: 1.5em 0; }
    @media (min-width: 480px) {
      .footer__footer-link-col {
        width: 25%; } }
  .footer__footer-link-heading {
    padding: 0 0 1.1em;
    font-size: 14px;
    font-weight: bold; }
  .footer__footer-item {
    padding: 0.2em 0;
    list-style: none; }
  .footer__footer-link:hover, .footer__footer-link:focus, .footer__footer-link:active {
    color: #9a9a9a; }
  .footer__bottom-section {
    background: #2c2134;
    text-align: center; }
    .footer__bottom-section .footer__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      padding: 20px; }
      @media (min-width: 768px) {
        .footer__bottom-section .footer__container {
          -ms-flex-direction: row;
              flex-direction: row; } }
  .footer__copyright {
    padding-top: 20px;
    font-size: 12px;
    color: #9a9a9a; }
    @media (min-width: 768px) {
      .footer__copyright {
        margin-left: auto;
        padding: 0;
        text-align: left; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.drop-menu-wrapper {
  position: absolute;
  z-index: 100; }

.drop-menu-wrapper__triangle {
  display: none;
  position: absolute;
  color: #fff;
  transform: rotate(180deg); }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: transparent;
  z-index: 120;
  overflow-y: auto; }
  .modal--backdrop {
    background-color: rgba(0, 0, 0, 0.85); }

.modal__dialog {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  max-height: 100%; }
  .modal__dialog--full-width {
    width: 100%; }
  .modal__dialog--full-size {
    width: 100%;
    height: 100%; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.back-to-results {
  display: block; }

@media (max-width: 1023px) {
  .back-to-results__text-desktop {
    display: none; } }

.back-to-results__icon {
  margin-right: 8px;
  font-size: 10px;
  color: #aeaeae; }

.back-to-results__separator {
  margin: 0 8px;
  color: #aeaeae; }

.back-to-results__button {
  color: #242424;
  text-decoration: none; }
  .back-to-results__button:hover {
    text-decoration: underline; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.mobile-breadcrumbs {
  position: relative; }

.mobile-breadcrumbs__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #9a9a9a;
  padding: 10px 12px;
  font-size: 16px; }
  .app--main-theme .mobile-breadcrumbs__close:active {
    color: #3baa33; }
  .app--cars-theme .mobile-breadcrumbs__close:active {
    color: #00a2cd; }
  .app--jobs-theme .mobile-breadcrumbs__close:active {
    color: #ee4055; }

.mobile-breadcrumbs__item {
  text-align: left;
  color: #353535;
  font-weight: 400;
  width: 220px;
  padding: 12px 24px; }
  .mobile-breadcrumbs__item:active {
    text-decoration: underline; }
    .app--main-theme .mobile-breadcrumbs__item:active {
      color: #3baa33; }
    .app--cars-theme .mobile-breadcrumbs__item:active {
      color: #00a2cd; }
    .app--jobs-theme .mobile-breadcrumbs__item:active {
      color: #ee4055; }

.mobile-breadcrumbs__crumb {
  position: relative;
  border-top: 1px solid #ebebeb; }
  .mobile-breadcrumbs__crumb:last-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px; }
    .app--main-theme .mobile-breadcrumbs__crumb:last-of-type::before {
      background: #3baa33; }
    .app--cars-theme .mobile-breadcrumbs__crumb:last-of-type::before {
      background: #00a2cd; }
    .app--jobs-theme .mobile-breadcrumbs__crumb:last-of-type::before {
      background: #ee4055; }

.mobile-breadcrumbs__item-id {
  background: #f4f4f4;
  border-top: 1px solid #ebebeb; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.breadcrumbs {
  width: 100%; }
  .breadcrumbs--truncate .breadcrumbs__wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.breadcrumbs__wrapper {
  padding: 14px 0; }

.breadcrumbs__summary {
  display: inline; }

.breadcrumbs__crumb {
  margin: 0 11px;
  vertical-align: middle;
  line-height: 1;
  font-size: 10px; }

.breadcrumbs__separator {
  color: #aeaeae; }

.breadcrumbs__desktop {
  display: none;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .breadcrumbs__desktop {
      display: -ms-flexbox;
      display: flex; } }

.breadcrumbs__mobile {
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: none;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .breadcrumbs__mobile {
      display: -ms-flexbox;
      display: flex;
      padding: 0; } }

.breadcrumbs__mobile-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.breadcrumbs__home-link {
  color: #242424; }

.breadcrumbs__mobile-button {
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-items: center;
  -ms-flex-align: center;
      align-items: center; }

.breadcrumbs__reveal-icon {
  margin-left: 8px;
  font-size: 16px;
  color: #9a9a9a; }
  .app--main-theme .breadcrumbs__mobile-button:active .breadcrumbs__reveal-icon {
    color: #3baa33; }
  .app--cars-theme .breadcrumbs__mobile-button:active .breadcrumbs__reveal-icon {
    color: #00a2cd; }
  .app--jobs-theme .breadcrumbs__mobile-button:active .breadcrumbs__reveal-icon {
    color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.page-number-navigation {
  text-align: center; }

.page-number-navigation__link {
  display: inline-block;
  padding: 15px 10px; }
  @media (min-width: 768px) {
    .page-number-navigation__link {
      padding: 15px; } }

.page-number-navigation__link-number {
  border-bottom: 3px solid #fff;
  transition: 0.2s; }
  .page-number-navigation__link-number:nth-of-type(n+7) {
    display: none; }
    @media (min-width: 768px) {
      .page-number-navigation__link-number:nth-of-type(n+7) {
        display: inline-block; } }
  .page-number-navigation__link-number--current {
    font-weight: bold; }
    .app--main-theme .page-number-navigation__link-number--current {
      border-color: #3baa33; }
    .app--cars-theme .page-number-navigation__link-number--current {
      border-color: #00a2cd; }
    .app--jobs-theme .page-number-navigation__link-number--current {
      border-color: #ee4055; }
  @media (hover: hover) {
    .page-number-navigation__link-number:hover {
      background-color: #fbfbfb; }
      .app--main-theme .page-number-navigation__link-number:hover {
        border-color: #3baa33; }
      .app--cars-theme .page-number-navigation__link-number:hover {
        border-color: #00a2cd; }
      .app--jobs-theme .page-number-navigation__link-number:hover {
        border-color: #ee4055; } }

.page-number-navigation__link-first,
.page-number-navigation__link-last {
  display: none; }
  @media (min-width: 768px) {
    .page-number-navigation__link-first,
    .page-number-navigation__link-last {
      display: inline-block; } }

.page-number-navigation__link-prev,
.page-number-navigation__link-next {
  font-size: 18px;
  vertical-align: -4px;
  line-height: 0.75; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.results-per-page-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 1px solid #d6d6d6;
  padding: 10px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-display-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 10px 18px; }
  @media (min-width: 480px) {
    .srp-display-options {
      padding: 10px 0; } }
  @media (min-width: 1024px) {
    .srp-display-options {
      border-bottom: none;
      border-top: none;
      padding: 0; } }

.srp-display-options--mobile-filters-active {
  border-bottom: none; }

.srp-display-options__mobile-filters-button {
  padding: 5px 8px 5px 5px;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent; }
  .srp-display-options__mobile-filters-button::after {
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border-bottom: 2px solid #fff; }
  @media (min-width: 1024px) {
    .srp-display-options__mobile-filters-button {
      display: none; } }

.srp-display-options__mobile-filters-button--active {
  color: #fff;
  background-color: #353535;
  border-color: #353535; }
  .srp-display-options__mobile-filters-button--active::after {
    width: 10px;
    height: 1px;
    margin-left: 7px; }

.srp-display-options__mobile-filters-button-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 3px; }

/**
    List/Grid views
 */
.srp-display-options__views {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto; }

@media (min-width: 480px) {
  .srp-display-options__view {
    margin-right: 5px; } }

@media (min-width: 768px) {
  .srp-display-options__view {
    margin-right: 20px; } }

.srp-display-options__view input[type=radio] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.srp-display-options__view label {
  padding: 13px 10px;
  margin-right: 10px;
  margin-left: -10px;
  line-height: 20px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .srp-display-options__view label {
      padding: 0;
      margin-left: 0; } }

.srp-display-options__view input[type="radio"]:checked ~ label .srp-display-options__view-label {
  color: #353535; }

.srp-display-options__view:last-child {
  border-right: 1px solid #d6d6d6;
  margin-right: 15px; }
  .srp-display-options__view:last-child .radio-set__option-label {
    margin-right: 10px; }
    @media (min-width: 768px) {
      .srp-display-options__view:last-child .radio-set__option-label {
        margin-right: 20px; } }
  @media (min-width: 768px) {
    .srp-display-options__view:last-child {
      border-right: none; } }

.srp-display-options__view-icon {
  color: #9a9a9a;
  margin: -2.5px 0 0;
  font-size: 20px;
  vertical-align: -4px; }
  @media (min-width: 768px) {
    .srp-display-options__view-icon {
      margin-right: 10px; } }
  .app--main-theme .srp-display-options__view:hover .srp-display-options__view-icon:not(.srp-display-options__view-icon--active) {
    color: #3baa33; }
  .app--cars-theme .srp-display-options__view:hover .srp-display-options__view-icon:not(.srp-display-options__view-icon--active) {
    color: #00a2cd; }
  .app--jobs-theme .srp-display-options__view:hover .srp-display-options__view-icon:not(.srp-display-options__view-icon--active) {
    color: #ee4055; }

.app--main-theme .srp-display-options__view-icon--active {
  color: #3baa33; }

.app--cars-theme .srp-display-options__view-icon--active {
  color: #00a2cd; }

.app--jobs-theme .srp-display-options__view-icon--active {
  color: #ee4055; }

.srp-display-options__view-label {
  color: #aeaeae;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .srp-display-options__view-label {
      position: static; } }
  .app--main-theme .srp-display-options__view:hover .srp-display-options__view-label:not(.srp-display-options__view-label--active) {
    color: #3baa33; }
  .app--cars-theme .srp-display-options__view:hover .srp-display-options__view-label:not(.srp-display-options__view-label--active) {
    color: #00a2cd; }
  .app--jobs-theme .srp-display-options__view:hover .srp-display-options__view-label:not(.srp-display-options__view-label--active) {
    color: #ee4055; }

/**
    Sort By dropdown list
 */
.srp-display-options__sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }

.srp-display-options__sort-label {
  display: none; }
  @media (min-width: 768px) {
    .srp-display-options__sort-label {
      display: inline-block; } }

.srp-display-options__sort-dropdown-wrapper {
  width: 30px;
  max-width: 200px;
  cursor: pointer; }
  .srp-display-options__sort-dropdown-wrapper:active, .srp-display-options__sort-dropdown-wrapper:focus {
    box-shadow: none; }
  @media (min-width: 768px) {
    .srp-display-options__sort-dropdown-wrapper {
      width: auto; } }

.srp-display-options__sort-dropdown {
  padding: 0 2.2em 0 0.7em; }

.srp-display-options__sort-dropdown-mobile-icon {
  width: 20px;
  height: 20px;
  padding-top: 0;
  font-size: 18px;
  top: 8px;
  color: #353535;
  position: absolute;
  pointer-events: none; }
  @media (min-width: 768px) {
    .srp-display-options__sort-dropdown-mobile-icon {
      display: none; } }

.srp-display-options__sort-dropdown-icon {
  display: none;
  width: 20px;
  font-size: 7px;
  padding-top: 2px;
  top: 0; }
  .app--main-theme .srp-display-options__sort-dropdown-icon {
    color: #3baa33; }
  .app--cars-theme .srp-display-options__sort-dropdown-icon {
    color: #00a2cd; }
  .app--jobs-theme .srp-display-options__sort-dropdown-icon {
    color: #ee4055; }
  @media (min-width: 768px) {
    .srp-display-options__sort-dropdown-icon {
      display: inline-block; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
@media (max-width: 1023px) {
  .srp-filter-tokens {
    margin-top: 10px; } }

.srp-filter-tokens__token {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 4px 0 10px;
  height: 28px;
  line-height: 28px;
  margin: 5px 7px 0 0;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 14px; }

.srp-filter-tokens__x {
  width: 20px;
  height: 20px;
  font-size: 11px;
  padding-top: 1px;
  margin-left: 6px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  color: #c2c2c2; }
  .srp-filter-tokens__x:hover {
    background: #f4f4f4; }

.srp-filter-tokens__clear-all {
  background: transparent; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-category-redirect-notice {
  margin-top: 20px; }

.srp-category-redirect-notice__panel-body {
  padding: 22px; }

.srp-category-redirect-notice__link-wrapper {
  margin-top: 10px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.review-rating {
  display: none;
  padding-top: 5px; }
  @media (min-width: 768px) {
    .review-rating {
      display: block; } }

.review-rating__score-wrapper {
  padding-right: 35px; }

.app--main-theme .review-rating__score-icon {
  color: #3baa33; }

.app--cars-theme .review-rating__score-icon {
  color: #00a2cd; }

.app--jobs-theme .review-rating__score-icon {
  color: #ee4055; }

.review-rating__score-icon--off {
  opacity: 0.3; }

.review-rating__score-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.urgent-flag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: -50px;
  left: -50px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff6103;
  transform: rotate(-45deg);
  z-index: 2; }
  .urgent-flag--small {
    width: 80px;
    height: 80px;
    font-size: 9px; }
    @media (min-width: 768px) {
      .urgent-flag--small {
        width: 90px;
        height: 90px;
        padding: 2px;
        font-size: 11px; } }
  .urgent-flag--large {
    width: 90px;
    height: 90px;
    font-size: 11px; }
    @media (min-width: 768px) {
      .urgent-flag--large {
        width: 100px;
        height: 100px;
        padding: 5px;
        font-size: 12px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.user-ad-price--row {
  font-size: 18px;
  line-height: 18px; }

.user-ad-price--square {
  margin-top: 3px;
  font-size: 13px;
  line-height: 13px; }

.user-ad-price--vip {
  font-size: 24px;
  line-height: 24px; }

.user-ad-price__price,
.user-ad-price__salary-detail {
  vertical-align: middle;
  margin-right: 3px; }
  .app--main-theme .user-ad-price__price, .app--main-theme
  .user-ad-price__salary-detail {
    color: #3baa33; }
  .app--cars-theme .user-ad-price__price, .app--cars-theme
  .user-ad-price__salary-detail {
    color: #00a2cd; }
  .app--jobs-theme .user-ad-price__price, .app--jobs-theme
  .user-ad-price__salary-detail {
    color: #ee4055; }
  .user-ad-price--vip .user-ad-price__price, .user-ad-price--vip
  .user-ad-price__salary-detail {
    color: #353535; }

.user-ad-price__no-amount-text,
.user-ad-price__price-negotiable {
  color: #747474; }
  .user-ad-price--row .user-ad-price__no-amount-text, .user-ad-price--row
  .user-ad-price__price-negotiable {
    font-size: 16px;
    line-height: 16px; }
    .user-ad-price--row .user-ad-price__no-amount-text--with-price, .user-ad-price--row
    .user-ad-price__price-negotiable--with-price {
      font-size: 12px; }
  .user-ad-price--vip .user-ad-price__no-amount-text--with-price, .user-ad-price--vip
  .user-ad-price__price-negotiable--with-price {
    font-size: 14px; }
  .user-ad-price--square .user-ad-price__no-amount-text, .user-ad-price--square
  .user-ad-price__price-negotiable {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300; }

.user-ad-price__drive-away-text {
  color: #747474;
  font-size: 12px; }

.user-ad-price__price-drop {
  display: inline-block;
  padding: 3px 5px 1px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: #e70000; }
  .user-ad-price--vip .user-ad-price__price-drop {
    background-color: transparent;
    color: #e70000;
    border: 1px solid #e70000;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 10px;
    margin-left: 5px;
    vertical-align: middle; }

.user-ad-price__price-drop-value {
  text-decoration: line-through; }

.user-ad-price__urgent {
  text-transform: uppercase;
  color: #ffa206;
  border-radius: 3px;
  border: 1px solid #ffa206;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 10px;
  margin-left: 5px;
  vertical-align: middle; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.user-ad-attributes {
  margin-top: 5px; }

.user-ad-attributes__attribute {
  display: inline-block;
  width: 50%;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .user-ad-attributes__attribute {
      margin-right: 13px;
      width: auto; } }

.user-ad-attributes__attribute-icon {
  margin-right: 7px;
  vertical-align: -2px;
  font-size: 16px;
  padding: 1px; }
  .app--main-theme .user-ad-attributes__attribute-icon {
    color: #3baa33; }
  .app--cars-theme .user-ad-attributes__attribute-icon {
    color: #00a2cd; }
  .app--jobs-theme .user-ad-attributes__attribute-icon {
    color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.watchlist-star {
  color: #9a9a9a;
  transition: 0.2s;
  padding: 5px; }
  .watchlist-star--darker {
    color: #9a9a9a; }
  .watchlist-star:hover {
    color: #fdb82a; }
  .watchlist-star--watched {
    color: #fdb82a; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.lazy-image-wrapper {
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.lazy-image {
  opacity: 0;
  will-change: opacity;
  transition: 0.2s; }

.lazy-image--loaded {
  opacity: 1; }

.lazy-image__loading-icon {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  font-size: 24px; }
  .app--main-theme .lazy-image__loading-icon {
    color: #3baa33; }
  .app--cars-theme .lazy-image__loading-icon {
    color: #00a2cd; }
  .app--jobs-theme .lazy-image__loading-icon {
    color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.user-ad-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 14px 18px;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  transition: 0.2s;
  min-height: 90px;
  overflow: hidden;
  transform: translate(0);
  z-index: 0; }
  .user-ad-row.user-ad-row--highlight {
    background: #f9f3e5; }
  @media (min-width: 768px) {
    .user-ad-row--featured-or-premium {
      min-height: 176px; } }
  @media (min-width: 768px) {
    .user-ad-row {
      padding: 20px 15px 20px 20px; } }
  @media (min-width: 768px) {
    .user-ad-row--no-image {
      padding-left: 40px; } }
  .user-ad-row:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #fbfbfb;
    z-index: 1; }
  .user-ad-row:focus, .user-ad-row:active {
    background: #f4f4f4; }

.user-ad-row__image-column {
  width: 100px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .user-ad-row__image-column {
      margin-right: 20px;
      width: 180px; } }
  @media (min-width: 1280px) {
    .user-ad-row__image-column {
      width: 240px; } }

.user-ad-row__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .user-ad-row__details {
      -ms-flex-direction: row;
          flex-direction: row; } }

.user-ad-row__main-image-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100px;
  height: 70px;
  overflow: hidden; }
  .user-ad-row__main-image-wrapper--has-not-image {
    background: #ebebeb; }
    .user-ad-row__main-image-wrapper--has-not-image .user-ad-row__image {
      max-width: 50%;
      max-height: 50%; }
  .user-ad-row__main-image-wrapper--has-image {
    border: 1px solid #ebebeb;
    background: #fbfbfb; }
  @media (min-width: 768px) {
    .user-ad-row__main-image-wrapper {
      width: 160px;
      height: 103px; } }
  @media (min-width: 1280px) {
    .user-ad-row__main-image-wrapper {
      width: 210px;
      height: 135px; } }
  @media (min-width: 768px) {
    .user-ad-row--featured-or-premium .user-ad-row__main-image-wrapper {
      width: 180px;
      height: 116px; } }
  @media (min-width: 1280px) {
    .user-ad-row--featured-or-premium .user-ad-row__main-image-wrapper {
      width: 240px;
      height: 155px; } }

.user-ad-row__image-placeholder {
  color: #c2c2c2;
  font-size: 30px;
  line-height: 0.5; }
  @media (min-width: 768px) {
    .user-ad-row__image-placeholder {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .user-ad-row__image-placeholder {
      font-size: 50px; } }

.user-ad-row__extra-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 7px; }

.user-ad-row__extra-image-wrapper {
  display: inline-block;
  width: 45px;
  height: 33px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fbfbfb;
  overflow: hidden; }
  @media (min-width: 768px) {
    .user-ad-row__extra-image-wrapper {
      width: 85px;
      height: 56px; } }
  @media (min-width: 1280px) {
    .user-ad-row__extra-image-wrapper {
      width: 115px;
      height: 77px; } }

.user-ad-row__image {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.user-ad-row__image-sub-title {
  margin-top: 5px;
  text-align: center; }

.user-ad-row__image-sub-title-word:not(:last-of-type)::after {
  content: "|";
  padding: 0 1ch; }

.user-ad-row__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 2;
      flex: 2;
  overflow: hidden; }

.user-ad-row__extra-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 25px;
      flex: 0 0 25px;
  margin-top: 5px;
  padding-right: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  height: 40px; }
  @media (min-width: 768px) {
    .user-ad-row__extra-info {
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto;
      margin-left: 20px;
      margin-top: 0; } }

.user-ad-row__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 19px;
  margin-top: 5px; }
  a:hover .user-ad-row__title {
    text-decoration: underline; }
  .app--main-theme a:visited .user-ad-row__title {
    color: #3baa33; }
  .app--cars-theme a:visited .user-ad-row__title {
    color: #00a2cd; }
  .app--jobs-theme a:visited .user-ad-row__title {
    color: #ee4055; }

.user-ad-row__description {
  display: none; }
  @media (min-width: 768px) {
    .user-ad-row__description {
      margin-top: 10px;
      display: block; } }

.user-ad-row__review {
  margin-top: auto; }

.user-ad-row__location {
  color: #747474; }
  @media (max-width: 767px) {
    .user-ad-row__location {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #9a9a9a;
      font-size: 12px;
      line-height: 14px; } }

.user-ad-row__location-area {
  color: #747474; }
  .user-ad-row__location-area::after {
    content: ', '; }
  @media (min-width: 768px) {
    .user-ad-row__location-area {
      display: block; }
      .user-ad-row__location-area::after {
        content: ''; } }

@media (min-width: 768px) {
  .user-ad-row__logo-image-wrapper--for-small {
    margin-top: 5px;
    opacity: 0; } }

@media (max-width: 767px) {
  .user-ad-row__logo-image-wrapper--for-large {
    opacity: 0; } }

.user-ad-row__logo-image {
  max-width: 50px;
  max-height: 35px; }
  @media (min-width: 768px) {
    .user-ad-row__logo-image {
      max-width: 115px;
      max-height: 50px; } }

@media (min-width: 768px) {
  .user-ad-row__distance {
    display: block; } }

.user-ad-row__age {
  line-height: 10px;
  color: #747474; }
  @media (max-width: 767px) {
    .user-ad-row__age {
      color: #9a9a9a;
      font-size: 12px; } }

.user-ad-row__watchlist-star-wrapper {
  position: absolute;
  bottom: 13px;
  right: 10px; }

.user-ad-row__watchlist-star-icon {
  font-size: 17px; }
  @media (min-width: 1280px) {
    .user-ad-row__watchlist-star-icon {
      font-size: 20px; } }

.user-ad-row__key-feature-list {
  margin-top: 13px;
  padding-left: 20px; }

.user-ad-row__key-feature {
  list-style-type: disc; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.user-ad-square {
  position: relative;
  width: 50%;
  padding: 5px 1%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .user-ad-square {
      width: 33%;
      padding: 0 7px 15px; } }
  .user-ad-square:focus .user-ad-square__panel, .user-ad-square:active .user-ad-square__panel {
    background: #f4f4f4; }

.user-ad-square__panel {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 10px;
  height: 155px;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: 0.2s; }
  .user-ad-square__panel:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0); }
  .user-ad-square--highlight .user-ad-square__panel {
    background: #fbfbfb; }
  @media (min-width: 768px) {
    .user-ad-square__panel {
      width: 296px;
      height: 250px;
      padding: 10px 10px 15px; } }

.user-ad-square__image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex: 0 0 80px;
      flex: 0 0 80px;
  overflow: hidden; }
  .user-ad-square--has-image .user-ad-square__image-wrapper {
    border: 1px solid #ebebeb;
    background: #fbfbfb; }
  .user-ad-square--has-not-image .user-ad-square__image-wrapper {
    background: #ebebeb; }
  @media (min-width: 768px) {
    .user-ad-square__image-wrapper {
      -ms-flex: 0 0 175px;
          flex: 0 0 175px; } }

.user-ad-row__image-placeholder {
  color: #c2c2c2;
  font-size: 35px;
  line-height: 0.5; }
  @media (min-width: 768px) {
    .user-ad-row__image-placeholder {
      font-size: 60px; } }
  @media (min-width: 1024px) {
    .user-ad-row__image-placeholder {
      font-size: 75px; } }

.user-ad-square__image {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  object-fit: contain; }

.user-ad-square__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .user-ad-square__title {
      margin-top: 12px;
      font-size: 16px;
      padding-right: 30px; } }

.user-ad-square__floating-price {
  display: none; }
  @media (min-width: 768px) {
    .user-ad-square__floating-price {
      position: absolute;
      height: 45px;
      left: 0;
      top: 115px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 0 10px 0 15px;
      border-radius: 0 3px 3px 0;
      background-color: rgba(0, 0, 0, 0.7); } }

.user-ad-square__floating-price-dollar {
  margin-right: 3px;
  vertical-align: 30%;
  font-size: 13px; }
  .app--main-theme .user-ad-square__floating-price-dollar {
    color: #3baa33; }
  .app--cars-theme .user-ad-square__floating-price-dollar {
    color: #00a2cd; }
  .app--jobs-theme .user-ad-square__floating-price-dollar {
    color: #ee4055; }

.user-ad-square__floating-price-text {
  color: #fff;
  font-size: 22px; }

.user-ad-square__floating-price-also-negotiable {
  display: block;
  margin-left: 8px;
  margin-top: -15px;
  font-size: 12px;
  color: #9a9a9a; }

@media (min-width: 768px) {
  .user-ad-square__inline-price {
    display: none; } }

.user-ad-square__location-and-star {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: auto; }

.user-ad-square__location {
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 3px;
  font-weight: 300;
  color: #9a9a9a; }
  @media (min-width: 768px) {
    .user-ad-square__location {
      font-size: 14px;
      line-height: 14px; } }

.user-ad-square__watchlist-star-wrapper {
  position: absolute;
  bottom: -1px;
  right: 4px;
  font-size: 19px; }
  @media (min-width: 768px) {
    .user-ad-square__watchlist-star-wrapper {
      bottom: 7px;
      right: 7px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.learn-more-about-top-ads {
  background: #fff;
  margin: 10px;
  width: 420px;
  max-width: calc(100% - 20px); }

.learn-more-about-top-ads__image {
  max-width: 100%;
  width: 420px;
  min-height: 180px; }
  @media (min-width: 768px) {
    .learn-more-about-top-ads__image {
      height: 250px; } }

.learn-more-about-top-ads__body {
  border-bottom: 1px solid #ebebeb; }

.learn-more-about-top-ads__body,
.learn-more-about-top-ads__footer {
  padding: 25px; }

.learn-more-about-top-ads__title {
  font-size: 24px;
  margin-bottom: 15px; }

.learn-more-about-top-ads__button {
  width: 100%;
  font-size: 16px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.top-ad-upsell {
  position: relative;
  min-height: 140px;
  border: 2px solid #fdb82a; }

.top-ad-upsell__details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(250, 250, 250, 0.95); }

.top-ad-upsell__details-inner {
  margin: 0 auto; }

.top-ad-upsell__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 768px) {
    .top-ad-upsell__title {
      margin-bottom: 10px; } }

.top-ad-upsell__options {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .top-ad-upsell__options {
      margin-bottom: 10px; } }

.top-ad-upsell__option {
  width: 100px; }
  @media (min-width: 768px) {
    .top-ad-upsell__option {
      width: 190px; } }

.top-ad-upsell__label-text {
  font-size: 13px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .top-ad-upsell__label-text {
      font-size: 16px; } }

.top-ad-upsell__option-price {
  display: block;
  font-weight: normal; }
  .app--main-theme .top-ad-upsell__option-price {
    color: #3baa33; }
  .app--cars-theme .top-ad-upsell__option-price {
    color: #00a2cd; }
  .app--jobs-theme .top-ad-upsell__option-price {
    color: #ee4055; }
  @media (min-width: 768px) {
    .top-ad-upsell__option-price {
      display: inline-block;
      margin-left: 7px; } }

.top-ad-upsell__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.top-ad-upsell__learn-more {
  text-decoration: underline; }
  .app--main-theme .top-ad-upsell__learn-more {
    color: #3baa33; }
  .app--cars-theme .top-ad-upsell__learn-more {
    color: #00a2cd; }
  .app--jobs-theme .top-ad-upsell__learn-more {
    color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
@keyframes placeHolderShimmer {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(50%); } }

.placeholder {
  display: -ms-flexbox;
  display: flex; }

.placeholder-paragraph__line {
  animation: 2s infinite;
  background: #ebebeb;
  overflow: hidden;
  position: relative; }
  .placeholder-paragraph__line::before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 200%;
    display: block;
    content: '';
    background: linear-gradient(to right, #ebebeb 8%, #d6d6d6 38%, #ebebeb 63%) repeat-x;
    background-size: 50% 100%;
    will-change: transform;
    animation: 0.7s infinite linear;
    animation-name: placeHolderShimmer; }
  .placeholder-paragraph--small .placeholder-paragraph__line {
    width: 230px; }
  .placeholder-paragraph--medium .placeholder-paragraph__line {
    width: 500px; }
  .placeholder-paragraph--large .placeholder-paragraph__line {
    width: 800px; }

.placeholder-paragraph__line {
  height: 16px;
  margin-bottom: 8px; }

.placeholder-paragraph__line-mask {
  background: #fff;
  display: none;
  height: 100%;
  width: 101%; }
  @supports ((-webkit-clip-path: inset(0 0 0 100%)) or (clip-path: inset(0 0 0 100%))) {
    .placeholder-paragraph__line-mask {
      display: block; } }

.placeholder-paragraph :nth-child(even) .placeholder-paragraph__line-mask {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%); }

.placeholder-paragraph :nth-child(odd) .placeholder-paragraph__line-mask {
  -webkit-clip-path: inset(0 0 0 70%);
          clip-path: inset(0 0 0 70%); }

.placeholder-paragraph :first-child .placeholder-paragraph__line-mask {
  -webkit-clip-path: inset(0 0 0 50%);
          clip-path: inset(0 0 0 50%); }

.placeholder-paragraph :last-child {
  margin-bottom: 0; }

.placeholder-paragraph__image {
  border: 1px solid #d6d6d6; }

.placeholder-paragraph__image--profile {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin-right: 6px; }

.placeholder-paragraph__image--listing {
  width: 100px;
  height: 70px;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .placeholder-paragraph__image--listing {
      width: 160px;
      height: 103px; } }
  @media (min-width: 1280px) {
    .placeholder-paragraph__image--listing {
      width: 210px;
      height: 135px; } }
.car-badge {
  width: 100%;
  height: 100%;
  background-image: url("/latest/resources/car-makes-body.png");
  background-size: 1000%; }
  .car-badge--bmw {
    background-position: -12px -12px; }
    .car-badge--bmw.car-badge--with-hover:hover, .car-badge--bmw.car-badge--selected {
      background-position: -306px -12px; }
  .car-badge--ford {
    background-position: -86px -12px; }
    .car-badge--ford.car-badge--with-hover:hover, .car-badge--ford.car-badge--selected {
      background-position: -380px -12px; }
  .car-badge--holden {
    background-position: -160px -12px; }
    .car-badge--holden.car-badge--with-hover:hover, .car-badge--holden.car-badge--selected {
      background-position: -454px -12px; }
  .car-badge--honda {
    background-position: -233px -12px; }
  .car-badge--hyundai {
    background-size: 1100%;
    background-position: -16px -97px; }
  .car-badge--mazda {
    background-position: -86px -85px; }
  .car-badge--mercedes {
    background-position: -160px -86px; }
  .car-badge--mitsubishi {
    background-position: -233px -88px; }
    .car-badge--mitsubishi.car-badge--with-hover:hover, .car-badge--mitsubishi.car-badge--selected {
      background-position: -527px -88px; }
  .car-badge--nissan {
    background-size: 1100%;
    background-position: -17px -178px; }
  .car-badge--subaru {
    background-size: 1100%;
    background-position: -97px -178px; }
    .car-badge--subaru.car-badge--with-hover:hover, .car-badge--subaru.car-badge--selected {
      background-position: -421px -178px; }
  .car-badge--toyota {
    background-size: 1100%;
    background-position: -178px -178px; }
  .car-badge--volkswagen {
    background-position: -232px -159px; }
    .car-badge--volkswagen.car-badge--with-hover:hover, .car-badge--volkswagen.car-badge--selected {
      background-position: -526px -159px; }
  .car-badge--conv {
    background-size: 1200%;
    background-position: -20px -285px; }
    .car-badge--conv.car-badge--with-hover:hover, .car-badge--conv.car-badge--selected {
      background-position: -373px -285px; }
  .car-badge--coup {
    background-size: 1200%;
    background-position: -109px -285px; }
    .car-badge--coup.car-badge--with-hover:hover, .car-badge--coup.car-badge--selected {
      background-position: -462px -285px; }
  .car-badge--htchbck {
    background-size: 1200%;
    background-position: -199px -285px; }
    .car-badge--htchbck.car-badge--with-hover:hover, .car-badge--htchbck.car-badge--selected {
      background-position: -552px -285px; }
  .car-badge--sedan {
    background-size: 1200%;
    background-position: -286px -285px; }
    .car-badge--sedan.car-badge--with-hover:hover, .car-badge--sedan.car-badge--selected {
      background-position: -639px -285px; }
  .car-badge--suv {
    background-size: 1200%;
    background-position: -20px -373px; }
    .car-badge--suv.car-badge--with-hover:hover, .car-badge--suv.car-badge--selected {
      background-position: -373px -373px; }
  .car-badge--truk {
    background-size: 1200%;
    background-position: -109px -373px; }
    .car-badge--truk.car-badge--with-hover:hover, .car-badge--truk.car-badge--selected {
      background-position: -462px -373px; }
  .car-badge--ute {
    background-size: 1200%;
    background-position: -199px -373px; }
    .car-badge--ute.car-badge--with-hover:hover, .car-badge--ute.car-badge--selected {
      background-position: -552px -373px; }
  .car-badge--vanmini {
    background-size: 1200%;
    background-position: -286px -373px; }
    .car-badge--vanmini.car-badge--with-hover:hover, .car-badge--vanmini.car-badge--selected {
      background-position: -639px -373px; }
  .car-badge--wagon {
    background-size: 1200%;
    background-position: -20px -460px; }
    .car-badge--wagon.car-badge--with-hover:hover, .car-badge--wagon.car-badge--selected {
      background-position: -373px -460px; }
  .car-badge--othrbdytyp {
    background-size: 1200%;
    background-position: -109px -460px; }
    .car-badge--othrbdytyp.car-badge--with-hover:hover, .car-badge--othrbdytyp.car-badge--selected {
      background-position: -462px -460px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-icon-filter__label {
  margin-top: 5px;
  font-size: 13px;
  transition: 0.2s;
  color: #353535; }

.srp-icon-filter__badge-wrapper {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 12px auto 0;
  box-sizing: content-box;
  transition: 0.2s;
  background-color: #fff; }
  .app--main-theme .srp-icon-filter__link--selected .srp-icon-filter__badge-wrapper, .app--main-theme
  .srp-icon-filter__link:hover .srp-icon-filter__badge-wrapper {
    border-color: #3baa33; }
  .app--cars-theme .srp-icon-filter__link--selected .srp-icon-filter__badge-wrapper, .app--cars-theme
  .srp-icon-filter__link:hover .srp-icon-filter__badge-wrapper {
    border-color: #00a2cd; }
  .app--jobs-theme .srp-icon-filter__link--selected .srp-icon-filter__badge-wrapper, .app--jobs-theme
  .srp-icon-filter__link:hover .srp-icon-filter__badge-wrapper {
    border-color: #ee4055; }

.srp-icon-filter__remove-button {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  background-color: #e70000; }
.icon--updown {
  font-size: 8px;
  color: inherit; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-show-more-option {
  padding: 10px 0;
  width: 100%; }
  .app--main-theme .srp-show-more-option {
    color: #23661e; }
  .app--cars-theme .srp-show-more-option {
    color: #00617b; }
  .app--jobs-theme .srp-show-more-option {
    color: #8e2633; }
  .srp-show-more-option:hover {
    text-decoration: underline; }

.app--main-theme .srp-show-more-option__arrow {
  color: #3baa33; }

.app--cars-theme .srp-show-more-option__arrow {
  color: #00a2cd; }

.app--jobs-theme .srp-show-more-option__arrow {
  color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-icon-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 320px; }
  @media (min-width: 480px) {
    .srp-icon-filter {
      max-width: 420px; } }
  @media (min-width: 1024px) {
    .srp-icon-filter {
      max-width: 300px; } }

.srp-icon-filter--full-width {
  max-width: 100%; }
  .srp-icon-filter--full-width .srp-icon-filter__link {
    width: 33.33333%; }
    @media (min-width: 480px) {
      .srp-icon-filter--full-width .srp-icon-filter__link {
        width: 20%; } }

.srp-icon-filter__link {
  text-align: center;
  white-space: pre;
  width: 70px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-select-filter {
  margin-top: 12px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-list-filter__item--hidden {
  display: none; }

.srp-list-filter__item .srp-list-filter__item {
  padding-left: 20px; }

.srp-list-filter__item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 0 5px 20px;
  margin-top: 2px;
  border-radius: 3px;
  overflow: hidden;
  transition: 0.2s; }
  .app--main-theme .srp-list-filter__item-link {
    color: #23661e; }
  .app--cars-theme .srp-list-filter__item-link {
    color: #00617b; }
  .app--jobs-theme .srp-list-filter__item-link {
    color: #8e2633; }
  .srp-list-filter__item-link:hover, .srp-list-filter__item-link--selected {
    background-color: #d6d6d6; }

.srp-list-filter__un-filter-button {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: -6px 0 -7px;
  color: #aeaeae;
  transition: 0.2s;
  font-size: 12px; }
  .srp-list-filter__un-filter-button:hover {
    background: #c2c2c2;
    color: #fff; }

.srp-list-filter__show-more {
  padding: 5px 0 5px 18px;
  text-align: left; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-range-filter {
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px; }

.srp-range-filter__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.srp-range-filter__input-wrapper {
  margin-right: 10px;
  position: relative;
  -ms-flex: auto;
      flex: auto; }

.srp-range-filter__input {
  padding: 0;
  text-indent: 23px; }

.srp-range-filter__go-button {
  -ms-flex: none;
      flex: none;
  width: 60px;
  margin-left: auto; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-salary-type-filter {
  margin-left: -7px; }
  .app--main-theme .srp-salary-type-filter {
    color: #23661e; }
  .app--cars-theme .srp-salary-type-filter {
    color: #00617b; }
  .app--jobs-theme .srp-salary-type-filter {
    color: #8e2633; }

.srp-salary-type-filter__option-input {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.srp-salary-type-filter__option-label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 0 10px 38px;
  margin-left: 5px;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .srp-salary-type-filter__option-label::before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    left: 0;
    top: calc(50% - 13px);
    background-color: #fff;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    color: #fff; }
  .srp-salary-type-filter__option-label::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 6px;
    top: calc(50% - 7px);
    margin-top: 0;
    border-radius: 50%;
    transition: 0.2s;
    transform: scale(0); }
    .app--main-theme .srp-salary-type-filter__option-label::after {
      background: #3baa33; }
    .app--cars-theme .srp-salary-type-filter__option-label::after {
      background: #00a2cd; }
    .app--jobs-theme .srp-salary-type-filter__option-label::after {
      background: #ee4055; }
  .srp-salary-type-filter__option-input:checked ~ .srp-salary-type-filter__option-label::after {
    transform: scale(1); }

.srp-salary-type-filter__range {
  margin: 10px 0 10px 6px; }

.srp-salary-type-filter__show-all {
  padding: 9px 10px 7px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-tag-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 14px; }

.srp-tag-filter__item {
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 7px 9px 6px;
  border-radius: 4px;
  background: #fff;
  letter-spacing: 0.5px;
  transition: 0.2s;
  border: 1px solid #fff;
  color: #353535; }
  .app--main-theme .srp-tag-filter__item--selected {
    color: #23661e; }
  .app--cars-theme .srp-tag-filter__item--selected {
    color: #00617b; }
  .app--jobs-theme .srp-tag-filter__item--selected {
    color: #8e2633; }
  .app--main-theme .srp-tag-filter__item--selected {
    border-color: #3baa33; }
  .app--cars-theme .srp-tag-filter__item--selected {
    border-color: #00a2cd; }
  .app--jobs-theme .srp-tag-filter__item--selected {
    border-color: #ee4055; }

.srp-tag-filter__item-link:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .app--main-theme .srp-tag-filter__item-link:hover {
    color: #23661e; }
  .app--cars-theme .srp-tag-filter__item-link:hover {
    color: #00617b; }
  .app--jobs-theme .srp-tag-filter__item-link:hover {
    color: #8e2633; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-color-link-filter__label {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  min-width: 46px; }
  .app--main-theme .srp-color-link-filter__label {
    color: #23661e; }
  .app--cars-theme .srp-color-link-filter__label {
    color: #00617b; }
  .app--jobs-theme .srp-color-link-filter__label {
    color: #8e2633; }
  .srp-color-link-filter__label--long-name {
    margin-left: -3px; }

.srp-color-link-filter__badge {
  position: relative;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 12px auto 0;
  transition: 0.2s; }
  .srp-color-link-filter__badge--black {
    background: #000; }
  .srp-color-link-filter__badge--blue {
    background: #09c; }
  .srp-color-link-filter__badge--bronze {
    background: #c79054; }
  .srp-color-link-filter__badge--brown {
    background: #996515; }
  .srp-color-link-filter__badge--burgandy {
    background: #9f1d35; }
  .srp-color-link-filter__badge--cream {
    background: #fffdd0; }
  .srp-color-link-filter__badge--gold {
    background: #daa520; }
  .srp-color-link-filter__badge--grey {
    background: #d7d7d7; }
  .srp-color-link-filter__badge--green {
    background: #6c0; }
  .srp-color-link-filter__badge--orange {
    background: #ff8c00; }
  .srp-color-link-filter__badge--pink {
    background: #ff69b4; }
  .srp-color-link-filter__badge--purple {
    background: #7b0099; }
  .srp-color-link-filter__badge--red {
    background: #e70000; }
  .srp-color-link-filter__badge--silver {
    background: #bfc1c2; }
  .srp-color-link-filter__badge--yellow {
    background: #ffef00; }
  .srp-color-link-filter__badge--white {
    background: #fff; }
  .srp-color-link-filter__badge--other {
    background: transparent;
    box-shadow: inset 0 0 0 2px #d7d7d7; }

.srp-color-link-filter__remove-button {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  border-radius: 50%;
  color: #fff;
  background-color: #e70000;
  border: 1px solid #fff;
  text-align: center; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-color-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.make-model-refinement-suggestor-button {
  width: 100%;
  margin-top: 12px; }
  .make-model-refinement-suggestor-button:disabled, .make-model-refinement-suggestor-button:disabled:hover {
    background-color: #acd8ea; }
  @media (min-width: 768px) {
    .make-model-refinement-suggestor-button {
      width: 50%; } }

@media (min-width: 768px) {
  .make-model-refinement-suggestor__filters {
    display: -ms-flexbox;
    display: flex; }
    .make-model-refinement-suggestor__filters > div {
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 50%; }
      .make-model-refinement-suggestor__filters > div:first-child {
        margin-right: 12px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.refinement-suggestor {
  padding: 40px 30px;
  background-color: #d4ebf5;
  height: auto;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .refinement-suggestor {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 150px; }
      .refinement-suggestor.refinement-suggestor--body-type {
        height: auto; } }

.refinement-suggestor__title {
  font-size: 18px; }

@media (min-width: 768px) {
  .refinement-suggestor__copy {
    max-width: 180px;
    min-width: 25%;
    margin-right: 20px; }
  .refinement-suggestor__filter {
    -ms-flex-positive: 1;
        flex-grow: 1; } }

@media (min-width: 1024px) {
  .refinement-suggestor__copy {
    max-width: 230px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.user-ad-collection__list-wrapper {
  display: -ms-flexbox;
  display: flex; }
  .user-ad-collection--square .user-ad-collection__list-wrapper {
    padding: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .user-ad-collection--square .user-ad-collection__list-wrapper > .bellyAd-container {
      width: 98%; }
  .user-ad-collection--row .user-ad-collection__list-wrapper {
    -ms-flex-direction: column;
        flex-direction: column; }

.user-ad-collection__placeholder-ad {
  padding: 20px 15px 20px 20px; }

.user-ad-collection__dfp-ad {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  background: #fff; }
.alternative-results__message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.alternative-results__message-text {
  margin-right: 10px; }

.alternative-results__message-cta {
  font-size: 14px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-filter-sub-group {
  margin-top: 12px; }
  .srp-filter-sub-group--show-separator {
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c2c2; }

.srp-filter-sub-group__title {
  color: #353535;
  font-weight: bold; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-filter-group {
  margin-top: 5px; }

.srp-filter-group__expand-collapse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  padding: 10px 0 5px; }
  .srp-filter-group__expand-collapse:hover {
    text-decoration: underline; }

.srp-filter-group__expand-collapse-arrow {
  margin-right: 8px;
  font-size: 7px; }
  .app--main-theme .srp-filter-group__expand-collapse-arrow {
    color: #3baa33; }
  .app--cars-theme .srp-filter-group__expand-collapse-arrow {
    color: #00a2cd; }
  .app--jobs-theme .srp-filter-group__expand-collapse-arrow {
    color: #ee4055; }

@media (min-width: 768px) {
  .srp-filter-group__expand-collapse-wrapper {
    padding-left: 20px; } }

.srp-filter-group__show-more-button {
  padding: 20px 0; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.srp-filter-panel {
  margin: 0 22px;
  padding-bottom: 10px; }
  .srp-filter-panel--show-bottom-border {
    border-bottom: 1px solid #d6d6d6; }
  @media (min-width: 480px) {
    .srp-filter-panel {
      margin: 0; } }
  @media (max-width: 1023px) {
    .srp-filter-panel--hide-if-small {
      display: none; } }

.srp-filter-panel__title {
  display: none;
  font-size: 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ebebeb;
  margin: 10px 20px 0 0;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .srp-filter-panel__title {
      display: block; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.suggested-and-popular {
  padding: 0 18px 18px 0;
  border-bottom: 1px solid #ebebeb;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .suggested-and-popular {
      overflow: hidden;
      text-overflow: ellipsis; } }
  .suggested-and-popular__label {
    font-weight: bold; }
  .suggested-and-popular__link {
    padding: 0 6px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.link-list__title {
  font-size: 16px;
  padding: 0 0 10px;
  margin: 20px 0 0;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6; }

.link-list__item {
  position: relative;
  border-bottom: 1px solid #d6d6d6; }

.link-list__link {
  cursor: pointer;
  padding: 10px 20px 10px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .link-list__link:hover {
    text-decoration: none; }
    .app--main-theme .link-list__link:hover {
      color: #3baa33; }
    .app--cars-theme .link-list__link:hover {
      color: #00a2cd; }
    .app--jobs-theme .link-list__link:hover {
      color: #ee4055; }

.link-list__icon {
  position: absolute;
  font-size: 12px;
  top: 14px;
  right: 10px; }
  .app--main-theme .link-list__icon {
    color: #3baa33; }
  .app--cars-theme .link-list__icon {
    color: #00a2cd; }
  .app--jobs-theme .link-list__icon {
    color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.zero-search-results {
  margin-top: 20px; }

.zero-search-results__panel-content {
  color: #9a9a9a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px; }

.zero-search-results__panel-header {
  padding: 10px 0;
  min-height: 50px;
  line-height: 1.4; }

.zero-search-results__suggestions {
  padding: 10px 20px; }

.zero-search-results__suggestion,
.zero-search-results__text {
  margin-right: 12px; }

.zero-search-results__icon {
  font-size: 70px;
  margin-bottom: 18px;
  display: inline-block; }

.zero-search-results__title {
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px; }

.zero-search-results__tips {
  text-align: center; }

.zero-search-results__tip {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #9a9a9a;
  line-height: 1; }
  .zero-search-results__tip:last-child {
    border: none; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.overview-pros-and-cons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fbfbfb; }
  @media (min-width: 768px) {
    .overview-pros-and-cons {
      width: 520px; } }

.overview-pros-and-cons--is-modal {
  background: #fff; }
  @media (max-width: 767px) {
    .overview-pros-and-cons--is-modal {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-negative: 1;
          flex-shrink: 1; } }
  @media (min-width: 768px) {
    .overview-pros-and-cons--is-modal {
      width: 100%; } }

.overview-pros-and-cons__disclaimer {
  padding: 15px 20px;
  width: 100%;
  background: #fff;
  font-size: 12px; }
  @media (min-width: 768px) {
    .overview-pros-and-cons__disclaimer {
      padding-left: 40px; } }

.overview-pros-and-cons__disclaimer--is-hidden {
  -ms-flex-order: 4;
      order: 4; }
  @media (max-width: 767px) {
    .overview-pros-and-cons__disclaimer--is-hidden {
      display: none; }
      .overview-pros-and-cons--is-modal .overview-pros-and-cons__disclaimer--is-hidden {
        display: block; } }

.overview-pros-and-cons__list {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  list-style: disc;
  padding-left: 45px;
  padding-right: 25px; }
  @media (max-width: 767px) {
    .overview-pros-and-cons__list {
      padding: 30px 25px 30px 35px; } }
  @media (min-width: 768px) {
    .overview-pros-and-cons__list {
      display: block;
      width: 50%;
      margin-bottom: 15px;
      background: none; }
      .overview-pros-and-cons__list:first-of-type {
        border-right: 1px solid #d6d6d6; } }
  .overview-pros-and-cons--is-modal .overview-pros-and-cons__list {
    display: block;
    min-width: auto;
    padding-bottom: 20px;
    padding-top: 0; }
    @media (max-width: 767px) {
      .overview-pros-and-cons--is-modal .overview-pros-and-cons__list:first-of-type {
        -ms-flex-order: 1;
            order: 1;
        border-bottom: 1px solid #d6d6d6; }
      .overview-pros-and-cons--is-modal .overview-pros-and-cons__list:last-of-type {
        -ms-flex-order: 3;
            order: 3; } }

.overview-pros-and-cons__list--is-active {
  display: block;
  background-color: #fbfbfb; }

.overview-pros-and-cons__list-item {
  padding: 0 0 5px; }

.overview-pros-and-cons__heading {
  width: 50%;
  cursor: pointer; }
  @media (min-width: 768px) {
    .overview-pros-and-cons__heading {
      margin-top: 30px; }
      .overview-pros-and-cons__heading:first-of-type {
        border-right: 1px solid #d7d7d7; } }
  @media (max-width: 767px) {
    .overview-pros-and-cons--is-modal .overview-pros-and-cons__heading {
      width: 100%;
      background-color: transparent; }
      .overview-pros-and-cons--is-modal .overview-pros-and-cons__heading:first-of-type {
        -ms-flex-order: 0;
            order: 0; }
      .overview-pros-and-cons--is-modal .overview-pros-and-cons__heading:last-of-type {
        -ms-flex-order: 2;
            order: 2; } }

.overview-pros-and-cons__heading-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 20px; }
  @media (max-width: 767px) {
    .overview-pros-and-cons__heading-header {
      display: none; }
      .overview-pros-and-cons--is-modal .overview-pros-and-cons__heading-header {
        display: block; } }
  @media (min-width: 768px) {
    .overview-pros-and-cons__heading-header {
      padding: 0 25px 10px 45px; } }

.overview-pros-and-cons__heading-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background-color: #ebebeb;
  transition: background-color 0.2s ease-in-out; }
  .overview-pros-and-cons__heading--is-active .overview-pros-and-cons__heading-button {
    background-color: #fbfbfb; }
  .overview-pros-and-cons--is-modal .overview-pros-and-cons__heading-button {
    display: none; }
  @media (min-width: 768px) {
    .overview-pros-and-cons__heading-button {
      display: none; } }

.overview-pros-and-cons__heading-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold; }

.overview-pros-and-cons__heading-icon {
  padding: 0 10px 0 0;
  font-size: 20px; }

.overview-pros-and-cons__heading-icon--tick-circled {
  color: #6c0; }

.overview-pros-and-cons__heading-icon--close-circled {
  color: #e70000; }

.overview-pros-and-cons__heading-toggle {
  transition: transform 0.2s ease-in-out;
  transform: rotateX(0) translateY(0);
  color: #9a9a9a; }
  @media (min-width: 768px) {
    .overview-pros-and-cons__heading-toggle {
      display: none; } }
  .overview-pros-and-cons--is-modal .overview-pros-and-cons__heading-toggle {
    display: none; }
  .overview-pros-and-cons__heading--is-active .overview-pros-and-cons__heading-toggle {
    transform: rotateX(180deg) translateY(1px); }

.overview-pros-and-cons__heading-toggle-icon {
  font-size: 10px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.overview-modal {
  position: absolute;
  padding: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  overflow-y: auto;
  border-radius: 4px;
  z-index: 120; }
  @media (min-width: 480px) {
    .overview-modal {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 600px;
      height: 80%; } }

.overview-modal__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.overview-modal__close-button {
  padding: 10px; }

.overview-modal__main-content {
  padding: 20px; }

.overview-modal__overview-list-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .overview-modal__overview-list-container {
      -ms-flex-direction: row;
          flex-direction: row; } }

.overview-modal__heading {
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.overview-modal__paragraph-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

.overview-modal__paragraph {
  margin-bottom: 15px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.car-model-overview {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
  margin: 20px 0; }
  @media (min-width: 768px) {
    .car-model-overview {
      -ms-flex-direction: row;
          flex-direction: row; } }

.car-model-overview__summary {
  padding: 20px;
  box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1; }

.car-model-overview__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  padding: 0 0 10px; }

.car-model-overview__logo {
  display: inline-block;
  margin: 0 10px 0 0;
  -ms-flex: none;
      flex: none;
  width: 60px;
  height: 60px; }

.car-model-overview__title {
  -ms-flex: auto;
      flex: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2; }

.car-model-overview__button-link {
  display: block;
  color: #00a2cd;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: -10px; }
  .car-model-overview__button-link:hover {
    color: #007a9a; }
  @media (min-width: 768px) {
    .car-model-overview__button-link {
      margin-top: 10px;
      padding: 15px 30px; }
      .car-model-overview__button-link:hover {
        color: #fff; } }

.car-model-overview__content {
  overflow: hidden;
  position: relative; }
  .car-model-overview__content::before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%); }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
@media (min-width: 480px) {
  .search-results-page__result-nav {
    margin-top: 24px; } }

@media (min-width: 1024px) {
  .search-results-page__result-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row; } }

.search-results-page__refine-and-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  min-width: 0;
  padding: 0 18px; }
  @media (min-width: 480px) {
    .search-results-page__refine-and-breadcrumbs {
      padding: 0; } }
  @media (min-width: 1024px) {
    .search-results-page__refine-and-breadcrumbs {
      margin-right: 20px; } }

.search-results-page__display-options {
  -ms-flex: none;
      flex: none; }

.search-results-page__refine-wrapper {
  position: relative; }
  @media (min-width: 480px) {
    .search-results-page__refine-wrapper {
      max-width: 420px; } }
  @media (min-width: 768px) {
    .search-results-page__refine-wrapper {
      max-width: 440px; } }
  @media (min-width: 1024px) {
    .search-results-page__refine-wrapper {
      max-width: 300px;
      margin-top: 20px;
      margin-right: 20px; } }

@media (max-width: 1023px) {
  .search-results-page__left-ads {
    display: none; } }

.search-results-page__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 1024px) {
    .search-results-page__content {
      -ms-flex-direction: row;
          flex-direction: row; } }

.search-results-page__user-ad-wrapper {
  -ms-flex: 1;
      flex: 1;
  min-height: 300px;
  min-width: 0;
  position: relative;
  transform: translate(0); }
  @media (max-width: 1023px) {
    .search-results-page__user-ad-wrapper {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }

.search-results-page__ad-sense--hidden {
  display: none; }

.search-results-page__paginator {
  margin-top: 20px; }
  .search-results-page__paginator--bottom-spaced {
    margin-bottom: 20px; }

.search-results-page__dfp {
  margin-top: 20px;
  text-align: center; }

.search-results-page__overlay {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1; }

.search-results-page__fail-title {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
  padding: 0 5%; }
  @media (min-width: 768px) {
    .search-results-page__fail-title {
      font-size: 30px; } }

.search-results-page__fail-reload-button {
  display: block;
  margin: 40px auto; }

@media (max-width: 479px) {
  .search-results-page__suggested-and-popular-desktop-wrapper {
    display: none; } }

.search-results-page__suggested-and-popular-mobile-wrapper {
  margin: 18px 15px 0; }
  @media (min-width: 480px) {
    .search-results-page__suggested-and-popular-mobile-wrapper {
      display: none; } }

@media (max-width: 1023px) {
  .search-results-page__link-list-desktop-wrapper {
    display: none; } }

.search-results-page__link-list-mobile-wrapper {
  margin: 18px 15px 0; }
  @media (min-width: 1024px) {
    .search-results-page__link-list-mobile-wrapper {
      display: none; } }

.search-results-page__watchlist-placeholder {
  margin-top: 20px;
  border: 1px solid grey;
  padding: 10px; }

.mrec-side {
  overflow: hidden;
  width: 300px; }
  .mrec-side > div {
    margin: 0 auto; }

.sticky-mrec .mrec-side {
  position: fixed;
  top: 0; }

.sticky-bottom-mrec .mrec-side {
  position: absolute;
  bottom: 0; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.report-ad {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .report-ad {
      width: 340px; } }

.report-ad__title {
  position: relative;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  line-height: 46px;
  font-size: 16px; }
  .drop-menu-wrapper .report-ad__title {
    display: none; }

.report-ad__close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px; }

.report-ad__content {
  padding: 22px; }

.report-ad__no-reason-error {
  color: #e70000;
  margin-top: 22px;
  margin-bottom: 0; }
  .report-ad__no-reason-error--comment {
    margin-top: 0;
    margin-bottom: 22px; }

.report-ad__message-error {
  color: #747474;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 22px; }

.report-ad-form__reason {
  margin: 15px 0; }

.report-ad__comment {
  margin-bottom: 15px; }

.report-ad__button {
  width: 100%; }

.report-ad__success-message {
  padding: 60px 0;
  text-align: center; }

.report-ad__thanks-message {
  font-size: 21px;
  letter-spacing: -1px;
  margin: 22px; }

.app--main-theme .report-ad__link {
  color: #3baa33; }

.app--cars-theme .report-ad__link {
  color: #00a2cd; }

.app--jobs-theme .report-ad__link {
  color: #ee4055; }

.report-ad__adId-box {
  border: 1px solid #23661e;
  margin: 22px;
  padding: 5px 10px; }

.report-ad__success-icon {
  font-size: 80px; }
  .app--main-theme .report-ad__success-icon {
    color: #3baa33; }
  .app--cars-theme .report-ad__success-icon {
    color: #00a2cd; }
  .app--jobs-theme .report-ad__success-icon {
    color: #ee4055; }

.report-ad__help-link {
  padding: 5px 0; }

.report-ad__help-block {
  background-color: #fbfbfb;
  padding: 10px; }

.report-ad__help-title {
  margin-bottom: 10px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.recaptcha {
  display: -ms-flexbox;
  display: flex; }
  .recaptcha--center {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }

.recaptcha__error-message {
  position: absolute;
  left: 5px;
  bottom: -20px;
  z-index: 1;
  opacity: 0;
  transform-origin: top left;
  transition: 0.2s ease; }
  .recaptcha__error-message--shown {
    background: #353535;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-width: 550px;
    min-width: 250px;
    margin-top: 3px;
    opacity: 1;
    padding: 0.5em 1em;
    text-align: left;
    z-index: 3; }
    .recaptcha__error-message--shown::after {
      bottom: 100%;
      border: 8px solid transparent;
      border-bottom-color: #353535;
      content: " ";
      height: 0;
      left: 20px;
      margin-left: -8px;
      position: absolute;
      pointer-events: none;
      width: 0; }
    .recaptcha__error-message--shown::after {
      left: 40px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-share-with-friend-form__section {
  margin-bottom: 10px;
  text-align: left; }

.vip-ad-share-with-friend-form__section-captcha {
  position: relative;
  margin: 15px 0 25px; }

.vip-ad-share-with-friend-form__listing-title {
  margin: 20px 0;
  text-align: left; }

.vip-ad-share-with-friend-form__submit-button {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  height: 50px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-share-with-friend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 480px) {
    .vip-ad-share-with-friend {
      width: 400px; } }

.vip-ad-share-with-friend__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 1.2em;
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff; }
  @media (min-width: 480px) {
    .vip-ad-share-with-friend__header {
      padding: 10px 22px; } }

.vip-ad-share-with-friend__title {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.vip-ad-share-with-friend__close-button {
  height: 1em;
  line-height: 1;
  font-size: 1em;
  color: #353535; }

.vip-ad-share-with-friend__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 30px 15px;
  background-color: #fbfbfb; }
  @media (min-width: 480px) {
    .vip-ad-share-with-friend__body {
      padding-left: 30px;
      padding-right: 30px; } }

/** Response **/
.vip-ad-share-with-friend__response-icon {
  font-size: 60px; }
  .vip-ad-share-with-friend__response-icon--success {
    color: #3baa33; }
  .vip-ad-share-with-friend__response-icon--error {
    color: #e70000; }

.vip-ad-share-with-friend__response-text {
  font-size: 21px;
  letter-spacing: -1px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-social-share-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }
  @media (min-width: 768px) {
    .vip-ad-social-share-menu {
      width: 260px; } }

.vip-ad-social-share-menu__link,
.vip-ad-social-share-menu__button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  color: #353535; }
  @media (min-width: 768px) {
    .vip-ad-social-share-menu__link,
    .vip-ad-social-share-menu__button {
      background: #fbfbfb; }
      .vip-ad-social-share-menu__link:hover,
      .vip-ad-social-share-menu__button:hover {
        background: #f4f4f4; } }

.vip-ad-social-share-menu__button {
  width: 100%;
  border-radius: 0 0 4px 4px; }

.vip-ad-social-share-menu__icon {
  margin-right: 10px;
  vertical-align: sub;
  font-size: 20px;
  color: #3baa33; }
  .vip-ad-social-share-menu__icon--facebook {
    color: #3b5998; }
  .vip-ad-social-share-menu__icon--twitter {
    color: #0098f0; }
  .vip-ad-social-share-menu__icon--googlePlus {
    color: #d53427; }
  .vip-ad-social-share-menu__icon--pinterest {
    color: #c8232c; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 22px; }

.vip-ad-header__actions {
  text-align: right;
  width: auto; }

.vip-ad-header__action-wrapper {
  display: none;
  padding: 5px 10px;
  color: #9a9a9a;
  font-size: 14px; }
  @media (min-width: 1024px) {
    .vip-ad-header__action-wrapper {
      display: inline-block; } }
  .vip-ad-header__action-wrapper--watchlist {
    display: inline-block; }

.vip-ad-header__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.vip-ad-header__views {
  padding: 10px 0;
  color: #9a9a9a; }

.vip-ad-header__views-placeholder {
  padding: 10px 0;
  margin: 0; }

.vip-ad-header__icon {
  font-size: 16px;
  padding-right: 5px;
  color: #9a9a9a; }

.vip-ad-header__watchlist-icon {
  font-size: 16px;
  padding-right: 5px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  color: #9a9a9a; }
  @media (min-width: 1024px) {
    .vip-ad-footer {
      display: none; } }

.vip-ad-footer__icon {
  font-size: 16px;
  padding-right: 5px;
  color: #9a9a9a;
  vertical-align: -1px; }

.vip-ad-footer__share-icons {
  text-align: right;
  width: auto; }

.vip-ad-footer__item {
  display: inline-block;
  padding: 0 5px; }

.vip-ad-footer__icon {
  width: 35px;
  height: 35px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-location-map {
  background: #fff;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (max-width: 767px) {
    .vip-ad-location-map {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; } }

.vip-ad-location-map__header {
  padding: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.vip-ad-location-map__close {
  width: 20px; }
  .app--main-theme .vip-ad-location-map__close:focus, .app--main-theme .vip-ad-location-map__close:active {
    color: #3baa33; }
  .app--cars-theme .vip-ad-location-map__close:focus, .app--cars-theme .vip-ad-location-map__close:active {
    color: #00a2cd; }
  .app--jobs-theme .vip-ad-location-map__close:focus, .app--jobs-theme .vip-ad-location-map__close:active {
    color: #ee4055; }

.vip-ad-location-map__map-container {
  background: #ebebeb;
  -ms-flex: 1;
      flex: 1; }
  @media (min-width: 768px) {
    .vip-ad-location-map__map-container {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      width: 70vw;
      height: 60vh; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-title__header {
  font-size: 22px;
  line-height: 1.1; }
  @media (min-width: 1024px) {
    .vip-ad-title__header {
      font-size: 24px; } }

.vip-ad-title__location-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left; }
  .app--main-theme .vip-ad-title__location-button:hover, .app--main-theme .vip-ad-title__location-button:focus, .app--main-theme .vip-ad-title__location-button:active {
    color: #3baa33; }
  .app--cars-theme .vip-ad-title__location-button:hover, .app--cars-theme .vip-ad-title__location-button:focus, .app--cars-theme .vip-ad-title__location-button:active {
    color: #00a2cd; }
  .app--jobs-theme .vip-ad-title__location-button:hover, .app--jobs-theme .vip-ad-title__location-button:focus, .app--jobs-theme .vip-ad-title__location-button:active {
    color: #ee4055; }

.vip-ad-title__location-icon {
  font-size: 16px;
  margin-right: 12px; }
  .app--main-theme .vip-ad-title__location-icon {
    color: #3baa33; }
  .app--cars-theme .vip-ad-title__location-icon {
    color: #00a2cd; }
  .app--jobs-theme .vip-ad-title__location-icon {
    color: #ee4055; }

.vip-ad-title__price {
  margin: 10px 0 6px; }

.vip-ad-title__location {
  line-height: 30px; }

.vip-ad-title__location-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .vip-ad-title__location-placeholder .vip-ad-title__location-icon {
    color: #d6d6d6; }
.captcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.captcha__challenge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  text-align: left;
  margin-bottom: 10px; }

.captcha__image {
  margin-right: 10px;
  height: 50px;
  width: 75px; }

.captcha__toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.captcha__toolbar-button {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
  text-decoration: none; }

.captcha__toolbar-button-icon-wrapper {
  display: inline-block;
  margin-right: 5px; }

.captcha__toolbar-button-icon {
  vertical-align: text-bottom; }

.captcha__toolbar-button-text {
  text-decoration: underline; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.notification-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.notification-message--success {
  border: 1px solid #4ad540; }
  .notification-message--success .notification-message__icon-wrapper {
    background: #4ad540; }

.notification-message--error {
  border: 1px solid #e70000; }
  .notification-message--error .notification-message__icon-wrapper {
    background: #e70000; }

.notification-message--warn {
  border: 1px solid #ffa206; }
  .notification-message--warn .notification-message__icon-wrapper {
    background: #ffa206; }

.notification-message--info {
  border: 1px solid #235565; }
  .notification-message--info .notification-message__icon-wrapper {
    background: #235565; }

.notification-message__icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  padding: 0 10px; }

.notification-message__icon {
  font-size: 30px; }

.notification-message__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: left;
  vertical-align: middle;
  padding: 15px; }

.notification-message__content--multi-line {
  white-space: pre-line; }
.gumtree-sign-in-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.gumtree-sign-in-form__section {
  margin-bottom: 15px; }

.gumtree-sign-in-form__misc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }

.gumtree-sign-in-form__remember-me {
  -ms-flex: 1;
      flex: 1;
  text-align: left; }

.gumtree-sign-in-form__forgot-password {
  -ms-flex: 1;
      flex: 1;
  text-align: right; }

.gumtree-sign-in-form__submit-button {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle; }
.gumtree-register-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.gumtree-register-form__section {
  margin-bottom: 15px; }

.gumtree-register-form__submit-button {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle; }

.gumtree-register-form__declaration {
  text-align: left; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.trust-and-safety-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 15px; }

.trust-and-safety-message__icon {
  font-size: 60px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .view-item-page__trust-and-safety .trust-and-safety-message__icon {
    font-size: 57px;
    margin-top: -10px;
    max-height: 75px; }
    .app--main-theme .view-item-page__trust-and-safety .trust-and-safety-message__icon {
      color: #3baa33; }
    .app--cars-theme .view-item-page__trust-and-safety .trust-and-safety-message__icon {
      color: #00a2cd; }
    .app--jobs-theme .view-item-page__trust-and-safety .trust-and-safety-message__icon {
      color: #ee4055; }
    @media (min-width: 1024px) {
      .view-item-page__trust-and-safety .trust-and-safety-message__icon {
        font-size: 75px; } }

.trust-and-safety-message__content {
  margin-left: 15px;
  text-align: left; }
  .view-item-page__trust-and-safety .trust-and-safety-message__content {
    color: #747474; }

.trust-and-safety-message__content-body a {
  color: #353535; }

.trust-and-safety-message__content-body p {
  margin-top: 14px; }

.trust-and-safety-message--light {
  background: #f4f4f4; }

.trust-and-safety-message--dark {
  background: #36263b;
  color: #fff; }
  .app--main-theme .trust-and-safety-message--dark .trust-and-safety-message__icon {
    color: #3baa33; }
  .app--cars-theme .trust-and-safety-message--dark .trust-and-safety-message__icon {
    color: #00a2cd; }
  .app--jobs-theme .trust-and-safety-message--dark .trust-and-safety-message__icon {
    color: #ee4055; }
  .app--main-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a {
    color: #3baa33; }
  .app--cars-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a {
    color: #00a2cd; }
  .app--jobs-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a {
    color: #ee4055; }
  .app--main-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:visited, .app--main-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:active, .app--main-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:hover, .app--main-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:focus {
    color: #3baa33; }
  .app--cars-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:visited, .app--cars-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:active, .app--cars-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:hover, .app--cars-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:focus {
    color: #00a2cd; }
  .app--jobs-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:visited, .app--jobs-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:active, .app--jobs-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:hover, .app--jobs-theme .trust-and-safety-message--dark .trust-and-safety-message__content-body a:focus {
    color: #ee4055; }

.trust-and-safety-message__heading {
  font-size: 18px;
  margin-bottom: 10px;
  color: #353535; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.google-sign-in-and-register-button__text {
  -ms-flex-positive: 1;
      flex-grow: 1; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.sign-in-and-register-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 480px) {
    .sign-in-and-register-form {
      width: 400px; } }

.sign-in-and-register-form--sign-in .sign-in-and-register-form__trust-and-safety {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 15px;
  margin-top: 0; }

.sign-in-and-register-form--sign-in .sign-in-and-register-form__social {
  -ms-flex-order: 2;
      order: 2; }

.sign-in-and-register-form--sign-in .sign-in-and-register-form__gumtree {
  -ms-flex-order: 3;
      order: 3; }

.sign-in-and-register-form--register .sign-in-and-register-form__social {
  -ms-flex-order: 1;
      order: 1; }

.sign-in-and-register-form--register .sign-in-and-register-form__gumtree {
  -ms-flex-order: 2;
      order: 2; }

.sign-in-and-register-form--register .sign-in-and-register-form__trust-and-safety {
  -ms-flex-order: 3;
      order: 3;
  margin-top: 15px;
  margin-bottom: 0; }

.sign-in-and-register-form__social {
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px; }
  .sign-in-and-register-form__social::before {
    content: 'Or';
    position: absolute;
    top: auto;
    bottom: -8px;
    left: 50%;
    width: 80px;
    height: auto;
    margin-top: 0;
    margin-left: -45px;
    line-height: normal;
    text-align: center;
    background: #fbfbfb; }

.sign-in-and-register-form__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 1.2em;
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff; }
  @media (min-width: 480px) {
    .sign-in-and-register-form__header {
      padding-left: 20px;
      padding-right: 20px; } }

.sign-in-and-register-form__title {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.sign-in-and-register-form__close-button {
  height: 1em;
  line-height: 1;
  font-size: 1em;
  color: #353535; }

.sign-in-and-register-form__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 30px 15px;
  background-color: #fbfbfb; }
  @media (min-width: 480px) {
    .sign-in-and-register-form__body {
      padding-left: 30px;
      padding-right: 30px; } }

.sign-in-and-register-form__gumtree-sign-in {
  margin-bottom: 15px; }

.sign-in-and-register-form__gumtree-register {
  margin-bottom: 15px; }

.sign-in-and-register-form__toggle {
  text-align: left; }

.sign-in-and-register-form__toggle-text {
  margin-right: 5px;
  display: inline-block; }

.sign-in-and-register-form__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin-bottom: 15px; }

.sign-in-and-register-form__button-icon {
  width: 30px;
  display: inline-block;
  font-size: 20px;
  text-align: left;
  vertical-align: middle;
  padding-left: 2px;
  border-right: 1px solid #fff; }

.sign-in-and-register-form__button-text {
  text-align: center;
  display: inline-block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  line-height: 1.4; }

.sign-in-and-register-form__send-message-button {
  display: inline; }

.sign-in-and-register-form__declaration {
  margin-bottom: 15px;
  text-align: left; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-description {
  margin: 15px 0 20px; }

.vip-ad-description__content-wrapper {
  position: relative;
  overflow: hidden;
  height: 130px;
  margin-bottom: 10px; }
  .vip-ad-description__content-wrapper--show {
    height: auto; }
    .vip-ad-description__content-wrapper--show .vip-ad-description__fade-out {
      display: none; }

.vip-ad-description__content {
  margin-top: 0;
  font-size: 16px; }

.vip-ad-description__content--wrapped {
  overflow-wrap: break-word;
  word-break: normal; }

.vip-ad-description__fade-out {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), white); }

.vip-ad-description__more-button {
  padding: 8px 2px;
  font-size: 18px;
  color: #3baa33;
  transition: transform 0.15s; }
  .vip-ad-description__more-button:hover {
    transform: translateY(-2px); }

.vip-ad-description__more-icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  vertical-align: middle; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-gallery-thumbnails {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 50px; }

.vip-ad-gallery-thumbnails__list {
  height: 140px;
  text-align: center;
  white-space: nowrap;
  transform: translate(0);
  transition: transform 0.2s; }

.vip-ad-gallery-thumbnails__arrows {
  position: absolute;
  left: 0;
  width: 100%;
  height: 28px;
  top: calc(50% - 19px); }

.vip-ad-gallery-thumbnails__arrow {
  position: absolute;
  top: 0;
  margin: 10px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  transition: margin 0.2s;
  z-index: 1; }
  .vip-ad-gallery-thumbnails__arrow--left {
    left: 0;
    margin-left: -50px; }
    .vip-ad-gallery-thumbnails:hover .vip-ad-gallery-thumbnails__arrow--left {
      margin-left: 30px; }
  .vip-ad-gallery-thumbnails__arrow--right {
    right: 0;
    margin-right: -50px; }
    .vip-ad-gallery-thumbnails:hover .vip-ad-gallery-thumbnails__arrow--right {
      margin-right: 30px; }

.vip-ad-gallery-thumbnails__item {
  display: inline-block;
  margin-right: 10px;
  position: relative; }

.vip-ad-gallery-thumbnails__button {
  width: 140px;
  height: 140px;
  border-radius: 0;
  border: none;
  filter: brightness(0.6);
  transition: filter 0.2s;
  transform: translate3d(0, 0, 0); }
  .vip-ad-gallery-thumbnails__button:hover {
    filter: brightness(1); }
  .vip-ad-gallery-thumbnails__button--is-active {
    filter: brightness(1); }

.vip-ad-gallery-thumbnails__image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-gallery-modal {
  height: 100%;
  width: 100%;
  padding: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 900px; }

.vip-ad-gallery-modal__close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  opacity: 0.5;
  font-size: 30px;
  transition: color 0.2s; }
  .vip-ad-gallery-modal__close-button:hover {
    opacity: 1; }

.vip-ad-gallery-modal__social-wrapper {
  text-align: center;
  vertical-align: middle;
  color: #fff; }

.vip-ad-gallery-modal__social-icons {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }

.vip-ad-gallery-modal__social-item {
  display: inline-block;
  padding: 0 0.33em; }

.vip-ad-gallery-modal__social-item-link {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: transparent;
  text-align: center;
  transition: background-color 0.2s; }
  .vip-ad-gallery-modal__social-item-link--facebook:hover, .vip-ad-gallery-modal__social-item-link--facebook:focus, .vip-ad-gallery-modal__social-item-link--facebook:active {
    background-color: #3b5998; }
  .vip-ad-gallery-modal__social-item-link--twitter:hover, .vip-ad-gallery-modal__social-item-link--twitter:focus, .vip-ad-gallery-modal__social-item-link--twitter:active {
    background-color: #0098f0; }
  .vip-ad-gallery-modal__social-item-link--googlePlus:hover, .vip-ad-gallery-modal__social-item-link--googlePlus:focus, .vip-ad-gallery-modal__social-item-link--googlePlus:active {
    background-color: #d53427; }
  .vip-ad-gallery-modal__social-item-link--pinterest:hover, .vip-ad-gallery-modal__social-item-link--pinterest:focus, .vip-ad-gallery-modal__social-item-link--pinterest:active {
    background-color: #c8232c; }
  .vip-ad-gallery-modal__social-item-link-icon {
    display: inline-block;
    font-size: 20px;
    margin-top: 9px;
    color: #fff; }

.vip-ad-gallery-modal__arrow-button {
  position: absolute;
  font-size: 40px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  top: calc(50% - 40px);
  padding: 15px 0; }
  .vip-ad-gallery-modal__arrow-button--left {
    left: 0; }
  .vip-ad-gallery-modal__arrow-button--right {
    right: 0; }
  .vip-ad-gallery-modal__arrow-button--inactive {
    opacity: 0.5; }

.vip-ad-gallery-modal__arrow-icon {
  border-radius: 3px;
  padding: 25px 8px 15px; }
  .vip-ad-gallery-modal__arrow-button:not(.vip-ad-gallery-modal__arrow-button--inactive):hover .vip-ad-gallery-modal__arrow-icon {
    background-color: rgba(255, 255, 255, 0.5); }

.vip-ad-gallery-modal__carousel-wrapper {
  position: relative;
  -ms-flex: auto;
      flex: auto;
  margin: 22px 0;
  text-align: center;
  min-height: 600px; }

.vip-ad-gallery-modal__carousel-legend {
  position: absolute;
  bottom: 22px;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }

.vip-ad-gallery-modal__carousel-image-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  transition: opacity 0.2s;
  overflow: hidden; }
  .vip-ad-gallery-modal__carousel-image-wrapper--is-active {
    opacity: 1; }

.vip-ad-gallery-modal__carousel-image {
  max-width: 100%;
  max-height: 100%; }

.vip-ad-gallery-modal__thirdparty-ad {
  position: absolute;
  top: 0;
  right: 38px; }
  @media (min-width: 1440px) {
    .vip-ad-gallery-modal__thirdparty-ad {
      right: 80px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-button-desktop__legend {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: rgba(53, 53, 53, 0.6);
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px; }

.vip-ad-button-desktop__button {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 40px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  top: 0;
  padding: 0 30px; }

.vip-ad-button-desktop__icon {
  position: absolute;
  top: 50%; }

.vip-ad-button-desktop__icon--left {
  left: 30px;
  opacity: 0.5; }

.vip-ad-button-desktop__icon--right {
  right: 30px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-gallery-mobile {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center; }

.vip-ad-gallery-mobile__legend {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: rgba(53, 53, 53, 0.6);
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px; }

.vip-ad-gallery-mobile__legend--hidden {
  display: none; }

.vip-ad-gallery-mobile__arrow-button {
  position: absolute;
  font-size: 20px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  top: calc(50% - 24px);
  padding: 0 10px; }
  .vip-ad-gallery-mobile__arrow-button--left {
    left: 0; }
  .vip-ad-gallery-mobile__arrow-button--right {
    right: 0; }
  .vip-ad-gallery-mobile__arrow-button--inactive {
    opacity: 0.5; }

.vip-ad-gallery-mobile__arrow-icon {
  border-radius: 3px;
  padding: 15px 8px 10px; }
  .vip-ad-gallery-mobile__arrow-button:hover .vip-ad-gallery-mobile__arrow-icon {
    background-color: rgba(255, 255, 255, 0.5); }
  .vip-ad-gallery-mobile__arrow-button--inactive:hover .vip-ad-gallery-mobile__arrow-icon {
    background-color: transparent; }

.vip-ad-gallery-mobile__carousel {
  height: 300px;
  white-space: nowrap;
  transform: translateX(0);
  transition: transform 0.2s; }

.vip-ad-gallery-mobile__carousel-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }

.vip-ad-gallery-mobile__image-wrapper {
  position: relative;
  min-height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.vip-ad-gallery-mobile__blurry-image {
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(13px); }

.vip-ad-gallery-mobile__image {
  width: auto;
  max-height: 300px;
  margin: 0 auto; }

.vid-ad-gallery-mobile__dfp-ad-wrapper {
  height: 300px;
  padding-top: 20px;
  background-color: #747474; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-gallery-or-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.vip-ad-gallery-or-button__desktop {
  display: none; }
  @media (min-width: 768px) {
    .vip-ad-gallery-or-button__desktop {
      display: inline-block; } }

.vip-ad-gallery-or-button__mobile {
  display: none; }
  @media (max-width: 767px) {
    .vip-ad-gallery-or-button__mobile {
      display: inline-block; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-image {
  position: relative; }

.vip-ad-image__main-image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .vip-ad-image__main-image-container {
      height: 600px; } }

.vip-ad-image__main-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.vip-ad-image__main-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s; }
  .vip-ad-image__main-image--is-visible {
    opacity: 1; }

.vip-ad-image__legend {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: rgba(53, 53, 53, 0.6);
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  z-index: 1; }

.vip-ad-image__placeholder-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 280px; }
  @media (min-width: 1024px) {
    .vip-ad-image__placeholder-icon-wrapper {
      height: 400px; } }

.vip-ad-image__placeholder-icon {
  color: #c2c2c2;
  font-size: 110px; }

.vip-ad-image__main-image-background {
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @supports (filter: blur(13px)) {
    .vip-ad-image__main-image-background {
      filter: blur(13px); } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad-attributes {
  border: 2px solid #d6d6d6;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%; }
  @media (min-width: 1280px) {
    .vip-ad-attributes {
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto;
      margin-left: 20px;
      margin-top: 0; } }

.vip-ad-attributes__list {
  width: 100%; }
  @media (min-width: 480px) {
    .vip-ad-attributes__list {
      column-count: 2; } }
  @media (min-width: 1280px) {
    .vip-ad-attributes__list {
      column-count: 1; } }

.vip-ad-attributes__item {
  padding: 5px 0; }

.vip-ad-attributes__value,
.vip-ad-attributes__name {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }
  @media (min-width: 480px) {
    .vip-ad-attributes__value,
    .vip-ad-attributes__name {
      width: auto; } }
  @media (min-width: 1280px) {
    .vip-ad-attributes__value,
    .vip-ad-attributes__name {
      width: 50%; } }

.vip-ad-attributes__value {
  padding-right: 8px;
  color: #9a9a9a; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-ad__image {
  width: 100%; }

.vip-ad__container {
  padding: 22px; }

.vip-ad__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (min-width: 1280px) {
    .vip-ad__row {
      -ms-flex-direction: row;
          flex-direction: row; } }

.vip-ad__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 2;
      flex: 2;
  overflow: hidden;
  max-width: 100%; }
  @media (min-width: 1280px) {
    .vip-ad__content {
      margin-right: 22px; } }

.vip-ad__description {
  margin: 22px 0; }

.vip-ad__description-placeholder {
  margin: 15px 0 20px; }

.vip-ad__thirdparty-ad__top-finance iframe {
  width: 100%; }

.vip-ad__thirdparty-ad__leaderboard-image {
  margin-bottom: 20px; }

.vip-ad__thirdparty-ad__leaderboard-image > div {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .vip-ad__thirdparty-ad__leaderboard-image > div > iframe {
      margin-left: 0; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.panel-footer {
  background: #fff;
  padding: 0 20px;
  min-height: 50px;
  line-height: 50px;
  overflow: hidden; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.expired-ad {
  width: 100%; }
  @media (min-width: 1024px) {
    .expired-ad {
      width: calc(100% - 330px); } }
  @media (min-width: 1280px) {
    .expired-ad {
      width: calc(100% - 460px); } }

.expired-ad__body {
  padding: 20px; }
  .expired-ad__body .panel-footer {
    padding: 0; }

.expired-ad__image {
  max-width: 100px;
  margin-bottom: 40px; }

.expired-ad__flag--sold {
  display: inline-block;
  padding: 1px 15px;
  margin-bottom: 15px;
  font-size: 0.9em;
  text-align: center;
  color: #fff;
  background: #fdb82a; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-collapsible-ads__button:hover, .vip-collapsible-ads__button:focus {
  box-shadow: none; }
  .vip-collapsible-ads__button:hover .vip-collapsible-ads__button-text, .vip-collapsible-ads__button:focus .vip-collapsible-ads__button-text {
    text-decoration: underline; }

.vip-collapsible-ads__button-text--short {
  display: none; }
  @media (max-width: 767px) {
    .vip-collapsible-ads__button-text--short {
      display: inline-block; } }

.vip-collapsible-ads__button-text--long {
  display: inline-block; }
  @media (max-width: 767px) {
    .vip-collapsible-ads__button-text--long {
      display: none; } }

.vip-collapsible-ads__icon {
  vertical-align: middle;
  padding-left: 10px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-seller-ads__button:hover, .vip-seller-ads__button:focus {
  box-shadow: none; }
  .vip-seller-ads__button:hover .vip-seller-ads__button-text, .vip-seller-ads__button:focus .vip-seller-ads__button-text {
    text-decoration: underline; }

.vip-seller-ads__button-text {
  font-weight: bold; }
  .app--main-theme .vip-seller-ads__button-text {
    color: #3baa33; }
  .app--cars-theme .vip-seller-ads__button-text {
    color: #00a2cd; }
  .app--jobs-theme .vip-seller-ads__button-text {
    color: #ee4055; }
  .vip-seller-ads__button-text--short {
    display: none; }
    @media (max-width: 767px) {
      .vip-seller-ads__button-text--short {
        display: inline-block; } }
  .vip-seller-ads__button-text--long {
    display: inline-block; }
    @media (max-width: 767px) {
      .vip-seller-ads__button-text--long {
        display: none; } }

.vip-seller-ads__icon {
  vertical-align: middle;
  padding-left: 10px; }
  .app--main-theme .vip-seller-ads__icon {
    color: #3baa33; }
  .app--cars-theme .vip-seller-ads__icon {
    color: #00a2cd; }
  .app--jobs-theme .vip-seller-ads__icon {
    color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-recent-activity__button:hover, .vip-recent-activity__button:focus {
  box-shadow: none; }
  .vip-recent-activity__button:hover .vip-recent-activity__button-text, .vip-recent-activity__button:focus .vip-recent-activity__button-text {
    text-decoration: underline; }

.vip-recent-activity__button-text {
  font-weight: bold; }
  .app--main-theme .vip-recent-activity__button-text {
    color: #3baa33; }
  .app--cars-theme .vip-recent-activity__button-text {
    color: #00a2cd; }
  .app--jobs-theme .vip-recent-activity__button-text {
    color: #ee4055; }
  .vip-recent-activity__button-text--short {
    display: none; }
    @media (max-width: 767px) {
      .vip-recent-activity__button-text--short {
        display: inline-block; } }
  .vip-recent-activity__button-text--long {
    display: inline-block; }
    @media (max-width: 767px) {
      .vip-recent-activity__button-text--long {
        display: none; } }

.vip-recent-activity__icon {
  vertical-align: middle;
  padding-left: 10px; }
  .app--main-theme .vip-recent-activity__icon {
    color: #3baa33; }
  .app--cars-theme .vip-recent-activity__icon {
    color: #00a2cd; }
  .app--jobs-theme .vip-recent-activity__icon {
    color: #ee4055; }

.vip-recent-activity__empty-content {
  background-color: #ebebeb;
  color: #9a9a9a;
  border-radius: 5px;
  padding: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%; }

.vip-recent-activity__empty-icon {
  font-size: 80px;
  margin-bottom: 6px; }

.view-item-page__recent_activity--evip {
  width: 100%;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .view-item-page__recent_activity--evip {
      width: calc(100% - 330px); } }
  @media (min-width: 1280px) {
    .view-item-page__recent_activity--evip {
      width: calc(100% - 460px); } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.seller-profile-image {
  margin-right: 6px; }

.seller-profile-image--icon {
  color: #d6d6d6;
  font-size: 42px; }

.seller-profile-image--wrap {
  display: block;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  overflow: hidden; }

.seller-profile-image__image {
  max-width: 100%;
  max-height: 42px; }

.seller-profile-image--logo {
  text-align: center;
  margin-right: 0; }

.seller-profile-image__image--logo {
  max-height: 75px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
@media (min-width: 768px) {
  .security-message-modal {
    max-width: 600px; } }

.security-message-modal__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 1.2em;
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff; }
  @media (min-width: 480px) {
    .security-message-modal__header {
      padding-left: 20px;
      padding-right: 20px; } }

.security-message-modal__title {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.security-message-modal__close-button {
  height: 1em;
  line-height: 1;
  font-size: 1em;
  color: #353535; }

.security-message-modal__body {
  background-color: #fbfbfb;
  padding: 30px; }

.security-message-modal__paragraph {
  margin-bottom: 1em; }

.security-message-modal__paragraph:last-child {
  margin-bottom: 0; }

.security-message-modal__content-list-item {
  margin-bottom: 1em; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.foreign-machine-message-modal {
  min-width: 320px; }
  @media (min-width: 768px) {
    .foreign-machine-message-modal {
      max-width: 600px; } }

.foreign-machine-message-modal__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 1.2em;
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff; }
  @media (min-width: 480px) {
    .foreign-machine-message-modal__header {
      padding-left: 20px;
      padding-right: 20px; } }

.foreign-machine-message-modal__title {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.foreign-machine-message-modal__close-button {
  height: 1em;
  line-height: 1;
  font-size: 1em;
  color: #353535; }

.foreign-machine-message-modal__body {
  background-color: #fbfbfb;
  padding: 30px; }

.foreign-machine-message-modal__body a {
  color: #3baa33; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.call-or-sms-links {
  margin: 10px 0; }

.call-or-sms-links__link {
  margin: 0 5px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.contact-seller-phone-number {
  text-align: center; }

.contact-seller-phone-number__phone-number-icon {
  font-size: 14px;
  margin-right: 10px; }
  .app--main-theme .contact-seller-phone-number__phone-number-icon {
    color: #3baa33; }
  .app--cars-theme .contact-seller-phone-number__phone-number-icon {
    color: #00a2cd; }
  .app--jobs-theme .contact-seller-phone-number__phone-number-icon {
    color: #ee4055; }

.contact-seller-phone-number__show-number-link {
  margin-left: 10px; }

.contact-seller-phone-number__phone-number-mask {
  font-size: 18px; }

.contact-seller-phone-number__tracking-pixel {
  border-style: none; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.reply-to-seller-form__section {
  margin-bottom: 5px; }

.reply-to-seller-form__field {
  margin-bottom: 10px; }

.reply-to-seller-form__seller-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 480px) {
    .reply-to-seller-form__seller-info {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .reply-to-seller-form__seller-info .reply-to-seller-form__field {
        margin-right: 15px; }
      .reply-to-seller-form__seller-info .reply-to-seller-form__field:last-child {
        margin-right: 0; } }

@media (min-width: 480px) {
  .reply-to-seller-form__seller-info--multi-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .reply-to-seller-form__seller-info--multi-line .reply-to-seller-form__field {
      margin-right: 0;
      width: calc(50% - 8px); } }

.reply-to-seller-form__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: left;
      align-items: left; }
  @media (min-width: 480px) {
    .reply-to-seller-form__footer {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.reply-to-seller-form__options {
  width: 100%; }
  @media (min-width: 480px) {
    .reply-to-seller-form__options {
      width: 75%;
      margin-right: 10px; } }

.reply-to-seller-form__submit-button {
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle; }
  @media (min-width: 480px) {
    .reply-to-seller-form__submit-button {
      width: calc(25% - 10px); } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.reply-to-seller-modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  width: 96%;
  margin: auto;
  background-color: #fff; }
  @media (min-width: 619px) {
    .reply-to-seller-modal {
      width: 600px; } }

.reply-to-seller-modal__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 1.2em;
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff; }
  @media (min-width: 619px) {
    .reply-to-seller-modal__header {
      padding-left: 20px;
      padding-right: 20px; } }

.reply-to-seller-modal__title {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.reply-to-seller-modal__close-button {
  height: 1em;
  line-height: 1;
  font-size: 1em;
  color: #353535; }

.reply-to-seller-modal__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 30px 15px;
  background-color: #fbfbfb; }
  .reply-to-seller-modal__body .reply-to-seller-modal__form {
    -ms-flex-order: 1;
        order: 1; }
  .reply-to-seller-modal__body .reply-to-seller-modal__trust-and-safety {
    -ms-flex-order: 2;
        order: 2; }
  .reply-to-seller-modal__body .reply-to-seller-modal__declaration {
    -ms-flex-order: 3;
        order: 3; }
  @media (min-width: 619px) {
    .reply-to-seller-modal__body {
      padding-left: 30px;
      padding-right: 30px; }
      .reply-to-seller-modal__body .reply-to-seller-modal__trust-and-safety {
        -ms-flex-order: 1;
            order: 1; }
      .reply-to-seller-modal__body .reply-to-seller-modal__form {
        -ms-flex-order: 2;
            order: 2; }
      .reply-to-seller-modal__body .reply-to-seller-modal__declaration {
        -ms-flex-order: 3;
            order: 3; } }

.reply-to-seller-modal__body--success {
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

.reply-to-seller-modal__section {
  width: 100%;
  margin-bottom: 15px; }

.reply-to-seller-modal__link {
  padding: 0 5px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.contact-seller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.contact-seller__button {
  margin-bottom: 15px;
  font-size: 18px; }

.contact-seller__button-icon {
  font-size: 24px;
  padding: 0 10px;
  vertical-align: middle; }

.contact-seller__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.contact-seller__phone-number-icon {
  font-size: 14px;
  margin-right: 10px; }
  .app--main-theme .contact-seller__phone-number-icon {
    color: #3baa33; }
  .app--cars-theme .contact-seller__phone-number-icon {
    color: #00a2cd; }
  .app--jobs-theme .contact-seller__phone-number-icon {
    color: #ee4055; }

.contact-seller__show-number-link {
  margin-left: 10px; }

.contact-seller__show-number-link[disabled] {
  text-decoration: none;
  color: #9a9a9a;
  cursor: not-allowed; }

.contact-seller__tracking-pixel {
  display: none; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.make-offer-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }

.make-offer-form__price-field-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative; }
  .make-offer-form__price-field-wrapper::before {
    top: 16px;
    font-size: 18px;
    font-weight: normal; }

.make-offer-form__section {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex; }

.make-offer-form__price-field {
  height: 55px;
  border-right: none;
  border-radius: 4px 0 0 4px;
  text-indent: 20px;
  font-size: 18px; }

.make-offer-form__submit-button {
  border-radius: 0 4px 4px 0;
  width: 65px;
  height: 55px;
  padding-left: 0;
  padding-right: 0; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.make-offer__sign-in {
  margin-bottom: 15px; }

.make-offer__form-wrapper,
.make-offer__offer-sent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }

.make-offer__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

.make-offer__section {
  margin-bottom: 15px; }

.make-offer__offers-made {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start; }

.make-offer__offer-icon {
  font-size: 16px;
  margin-right: 6px; }
  .app--main-theme .make-offer__offer-icon {
    color: #3baa33; }
  .app--cars-theme .make-offer__offer-icon {
    color: #00a2cd; }
  .app--jobs-theme .make-offer__offer-icon {
    color: #ee4055; }

.make-offer__tick-icon {
  font-size: 42px; }
  .app--main-theme .make-offer__tick-icon {
    color: #3baa33; }
  .app--cars-theme .make-offer__tick-icon {
    color: #00a2cd; }
  .app--jobs-theme .make-offer__tick-icon {
    color: #ee4055; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.seller-profile-and-contact {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
  margin-top: 20px;
  padding: 0 15px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .seller-profile-and-contact {
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 0; } }
  @media (min-width: 768px) {
    .seller-profile-and-contact {
      margin-top: 0; } }

.seller-profile-and-contact__seller-info {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .seller-profile-and-contact__seller-info {
      padding: 15px;
      border-right: 1px solid #ebebeb;
      width: 50%; } }
  @media (min-width: 768px) {
    .seller-profile-and-contact__seller-info {
      -ms-flex-align: center;
          align-items: center; } }

.seller-profile-and-contact__member-since {
  color: #747474; }

.seller-profile-and-contact__seller-info-placeholder {
  padding: 15px 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .seller-profile-and-contact__seller-info-placeholder {
      padding: 15px;
      border-right: 1px solid #ebebeb;
      width: 50%; } }

.seller-profile-and-contact__contact-seller-and-offer {
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .seller-profile-and-contact__contact-seller-and-offer {
      width: 50%; } }

.seller-profile-and-contact__contact-seller {
  padding: 15px 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .seller-profile-and-contact__contact-seller {
      padding: 15px; } }

.seller-profile-and-contact__offer {
  border-top: 1px solid #ebebeb;
  padding: 15px 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .seller-profile-and-contact__offer {
      border-top: none;
      padding: 0 15px 15px; } }

.seller-profile-and-contact__seller-info--business {
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center; }

.seller-profile-and-contact__seller-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.seller-profile-and-contact__name {
  font-size: 24px;
  padding-right: 6px; }

.seller-profile-and-contact__link:hover .seller-profile-and-contact__arrow {
  text-decoration: none; }

.seller-profile-and-contact__arrow {
  display: inline-block;
  font-size: 16px; }

.seller-profile-and-contact__last-online {
  margin: 5px 0; }

.seller-profile-and-contact__last-online::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  background-color: #fdb82a;
  width: 10px;
  height: 10px;
  margin-right: 10px; }

.seller-profile-and-contact__p2p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 5px 0; }

.seller-profile-and-contact__p2p-tick {
  color: #3baa33;
  font-size: 14px;
  height: 14px; }

.seller-profile-and-contact__p2p-paypal {
  width: 60px;
  height: 14px; }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.vip-placeholder {
  width: 100%;
  padding: 20px;
  border: 2px solid #ff6103;
  background: white; }
  .view-item-page--is-loaded .vip-placeholder {
    border: 2px solid #3baa33; }

.view-item-page__navigation {
  width: 100%; }

.view-item-page__leaderboard-ad {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px; }

.view-item-page__page-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .view-item-page__page-content {
      -ms-flex-direction: row;
          flex-direction: row; } }

.view-item-page__item-and-related {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  width: 100%; }

.view-item-page__seller-desktop {
  display: none;
  position: relative; }
  @media (min-width: 1024px) {
    .view-item-page__seller-desktop {
      display: block;
      width: 330px;
      margin-left: 20px;
      margin-top: 0; } }
  @media (min-width: 1280px) {
    .view-item-page__seller-desktop {
      display: block;
      width: 460px; } }

.view-item-page__seller-desktop--is-sticky .view-item-page__seller-desktop-content {
  position: fixed;
  top: 22px;
  width: inherit; }

.view-item-page__seller-desktop--is-sticky-bottom .view-item-page__seller-desktop-content {
  position: absolute;
  bottom: 0;
  width: inherit; }

.view-item-page__seller-mobile {
  width: 100%; }
  @media (min-width: 1024px) {
    .view-item-page__seller-mobile {
      display: none; } }
  @media (min-width: 768px) {
    .view-item-page__seller-mobile {
      margin-top: 60px; } }

.view-item-page__seller-profile-and-contact {
  min-height: 300px; }

.view-item-page__item {
  min-height: 600px; }

.view-item-page__similar-items {
  min-height: 200px;
  margin-top: 20px; }

.view-item-page__sellers-items {
  min-height: 200px;
  margin-top: 20px; }

.view-item-page__seller-website {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-top: 1px solid #d6d6d6;
  background-color: #fff; }

.view-item-page__seller-website-link {
  display: block;
  width: 90%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.view-item-page__trust-and-safety-wrapper {
  transition: 0.2s;
  overflow: hidden;
  opacity: 1;
  min-height: 120px; }
  .view-item-page__trust-and-safety-wrapper--is-sticky {
    height: 0;
    min-height: 0;
    opacity: 0; }

.view-item-page__trust-and-safety {
  padding: 25px;
  background: #fff;
  border-top: 1px solid #d6d6d6;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }

.view-item-page__thirdparty-ads--with-top-gutter > div {
  display: block !important;
  margin: 20px auto 0; }

.view-item-page__thirdparty-ads--with-bottom-gutter > div {
  display: block !important;
  margin-bottom: 20px; }

.view-item-page__expired-ad-similar-ad-wrapper {
  width: 100%;
  padding-bottom: 22px; }
  @media (min-width: 1024px) {
    .view-item-page__expired-ad-similar-ad-wrapper {
      width: calc(100% - 330px); } }
  @media (min-width: 1280px) {
    .view-item-page__expired-ad-similar-ad-wrapper {
      width: calc(100% - 460px); } }
  .view-item-page__expired-ad-similar-ad-wrapper .panel-header--srp {
    display: none; }

.view-item-page__refine-and-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  min-width: 0;
  padding: 0 18px; }
  @media (min-width: 480px) {
    .view-item-page__refine-and-breadcrumbs {
      padding: 0; } }
  @media (min-width: 1024px) {
    .view-item-page__refine-and-breadcrumbs {
      margin-right: 20px; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
.page {
  max-width: 1280px;
  margin: 17px auto 0;
  min-height: calc(100vh - 250px); }
  @media (min-width: 480px) {
    .page {
      padding: 0 22px; } }
  @media (min-width: 1280px) {
    .page {
      padding: 0; } }
/*  -- NOTHING IMPORTED INTO THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
/*  -- NOTHING IN THIS FILE SHOULD OUTPUT ANY CSS  --  */
@font-face {
  font-family: 'ProximaNova';
  src: url("/latest/webfonts/proxima-nova-regular.woff2") format("woff2"), url("/latest/webfonts/proxima-nova-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("/latest/webfonts/proxima-nova-regular-italic.woff2") format("woff2"), url("/latest/webfonts/proxima-nova-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'ProximaNova';
  src: url("/latest/webfonts/proxima-nova-bold.woff2") format("woff2"), url("/latest/webfonts/proxima-nova-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("/latest/webfonts/proxima-nova-light.woff2") format("woff2"), url("/latest/webfonts/proxima-nova-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("/latest/webfonts/icomoon.322207.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-weight: 400;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Icomoon - icons */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Icons list */
.icon-duplicate::before {
  content: "\E942"; }

.icon-phone::before {
  content: "\E941"; }

.icon-report::before {
  content: "\E93B"; }

.icon-add::before {
  content: "\E939"; }

.icon-report::before {
  content: "\E93B"; }

.icon-share::before {
  content: "\E93A"; }

.icon-tick-circled::before {
  content: "\E937"; }

.icon-close-circled::before {
  content: "\E938"; }

.icon-external_link::before {
  content: "\E936"; }

.icon-no-search::before {
  content: "\E935"; }

.icon-live-chat-v2::before {
  content: "\E932"; }

.icon-safety::before {
  content: "\E933"; }

.icon-attributes_axleConfig::before {
  content: "\E902"; }

.icon-attributes_bodyType::before {
  content: "\E903"; }

.icon-attributes_kms::before {
  content: "\E904"; }

.icon-attributes_transmission::before {
  content: "\E905"; }

.icon-attributes_engineConfiguration::before {
  content: "\E906"; }

.icon-attributes_enginePower::before {
  content: "\E907"; }

.icon-attributes_fuelType::before {
  content: "\E908"; }

.icon-attributes_gvm::before {
  content: "\E909"; }

.icon-attributes_hours::before {
  content: "\E90A"; }

.icon-attributes_learnerApproved::before {
  content: "\E90B"; }

.icon-attributes_lengthInFeet::before {
  content: "\E90C"; }

.icon-attributes_sleepingCapacity::before {
  content: "\E983"; }

.icon-body-convertible::before {
  content: "\E979"; }

.icon-body-coupe::before {
  content: "\E97A"; }

.icon-body-hatchback::before {
  content: "\E97B"; }

.icon-body-other::before {
  content: "\E97C"; }

.icon-body-sedan::before {
  content: "\E97D"; }

.icon-body-suv::before {
  content: "\E97E"; }

.icon-body-truck::before {
  content: "\E97F"; }

.icon-body-ute::before {
  content: "\E980"; }

.icon-body-van::before {
  content: "\E981"; }

.icon-body-wagon::before {
  content: "\E982"; }

.icon-treeleaf::before {
  content: "\E972"; }

.icon-hamburger::before {
  content: "\E971"; }

.icon-slider-arrow::before {
  content: "\E96F"; }

.icon-slider-arrow-left::before {
  content: "\E970"; }

.icon-empty-recentlyviewed::before {
  content: "\E900"; }

.icon-arrow::before {
  content: "\E901"; }

.icon-categories_all::before {
  content: "\E90E"; }

.icon-categories_antiques_collectables::before {
  content: "\E90F"; }

.icon-categories_automotive::before {
  content: "\E910"; }

.icon-categories_baby_maternity::before {
  content: "\E911"; }

.icon-categories_boats_jet_skis::before {
  content: "\E912"; }

.icon-categories_books_games::before {
  content: "\E913"; }

.icon-categories_clothing::before {
  content: "\E914"; }

.icon-categories_community::before {
  content: "\E915"; }

.icon-categories_electronics_computers::before {
  content: "\E916"; }

.icon-categories_events_and_tickets::before {
  content: "\E917"; }

.icon-categories_freebies::before {
  content: "\E918"; }

.icon-categories_friends_dating::before {
  content: "\E919"; }

.icon-categories_home_garden::before {
  content: "\E91A"; }

.icon-categories_jobs::before {
  content: "\E91B"; }

.icon-categories_other_stuff_for_sale::before {
  content: "\E91C"; }

.icon-categories_pets::before {
  content: "\E91D"; }

.icon-categories_real_estate::before {
  content: "\E91E"; }

.icon-categories_resumes::before {
  content: "\E91F"; }

.icon-categories_services_for_hire::before {
  content: "\E920"; }

.icon-categories_sports_fitness::before {
  content: "\E921"; }

.icon-categories_swap_trade::before {
  content: "\E922"; }

.icon-chevron::before {
  content: "\E923"; }

.icon-close::before {
  content: "\E924"; }

.icon-confirm::before {
  content: "\E925"; }

.icon-email::before {
  content: "\E926"; }

.icon-facebook::before {
  content: "\E927"; }

.icon-googlePlus::before {
  content: "\E928"; }

.icon-grid-view::before {
  content: "\E929"; }

.icon-help::before {
  content: "\E92A"; }

.icon-home::before {
  content: "\E92B"; }

.icon-image-placeholder::before {
  content: "\E92C"; }

.icon-info::before {
  content: "\E92D"; }

.icon-instagram::before {
  content: "\E92E"; }

.icon-list-view::before {
  content: "\E92F"; }

.icon-live-chat::before {
  content: "\E930"; }

.icon-location::before {
  content: "\E931"; }

.icon-logo-icon::before {
  content: "\E93F"; }

.icon-my-gumtree_logout::before {
  content: "\E955"; }

.icon-my-gumtree_messages::before {
  content: "\E956"; }

.icon-my-gumtree_my-ads::before {
  content: "\E957"; }

.icon-my-gumtree_recently-viewed::before {
  content: "\E958"; }

.icon-my-gumtree_saved-searches::before {
  content: "\E959"; }

.icon-my-gumtree_watchlist::before {
  content: "\E95A"; }

.icon-pinterest::before {
  content: "\E95B"; }

.icon-profile-picture-placeholder::before {
  content: "\E95C"; }

.icon-saved-search::before {
  content: "\E967"; }

.icon-search::before {
  content: "\E968"; }

.icon-spinner::before {
  content: "\E969"; }

.icon-star::before {
  content: "\E96A"; }

.icon-tick::before {
  content: "\E96B"; }

.icon-twitter::before {
  content: "\E96C"; }

.icon-warning::before {
  content: "\E96D"; }

.icon-youtube::before {
  content: "\E96E"; }

.icon-result-sortby::before {
  content: "\E90D"; }

.icon-result-filter::before {
  content: "\E934"; }

.icon-refresh::before {
  content: "\E93C"; }

.icon-speaker-audio::before {
  content: "\E93D"; }

.icon-offers::before {
  content: "\E940"; }

.icon-more::before {
  content: "\E944"; }

body {
  min-width: 320px;
  color: #353535;
  background: #f4f4f4;
  font-size: 0.875em;
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  overflow-y: scroll; }

input,
textarea,
select,
button {
  font-family: ProximaNova, Arial, Helvetica, sans-serif; }

#react-root {
  max-width: 100%;
  overflow: hidden; }
