* {
  --autonom-blue: #10069f;
  --autonom-alt-blue: #147bd1;
  --autonom-light-gray: #f0f0f0;
  --autonom-dark-gray: #dadada;
  --autonom-gray: #707070;
  --autonom-light-green: #00c65e;
  --autonom-purple: #753bbd;
  --autonom-purple-light: #a770eb;
}
body,
html {
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
}
strong {
  font-weight: 600;
}
p,
h1,
h2 {
  margin: 0 0 10px 0;
}
h3,
h4 {
  margin: 0;
}
h1,
h4 {
  font-weight: 600;
  color: #10069f;
  line-height: 1.2;
}
p {
  line-height: 1.3;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h4.apo-section-title {
  /* #UP */
  border-left: 16px solid var(--autonom-blue);
  padding: 8px 0 8px 15px;
  margin: 30px -15px;
}
.container {
  max-width: 768px;
  width: 100%;
}
img {
  width: auto;
  max-width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ul-cars {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.apo-form-class .col-xs-12 h4.apo-section-title {
  margin-bottom: 10;
}

@media screen and (max-width: 768px) {
  .mobile-fix {
    padding: 8px 0 8px 0px !important;
  } 
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.lidl-img {
  max-width: 23%;
  float: right;
  margin-right: -5px;
  margin-top: -87px;
}

@media screen and (max-width: 800px) {
  /* .cars-3 {
    width: 140%;
    margin-left: -21%;
  } */
  .ul-cars {
    justify-content: center;
  }
}

.cars-3 #apo-new-cars .ul-cars li .apo-car {
  width: 354px;
}

.cars-3 #apo-new-cars .ul-cars li {
  padding-top: 20px;
}

.price {
  margin-top: -6px;
  margin-right: 20px;
}

.price-inner {
  position: absolute;
  margin-left: -27px;
  margin-top: 8px;
}

.apo-summary-dislocare,
.apo-summary-total,
.apo-summary-extra-hours,
.apo-summary-young-tax,
.apo-summary-abroad-tax,
#double-guarantee {
  display: none;
}

.apo-summary-total {
  padding-top: 20px;
}

.option {
  width: 63px;
  height: 63px;
  filter: grayscale(100%);
}

.echipamentep {
  margin-bottom: 0 !important;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

@media screen and (max-width: 428px) {
  .lidl-img {
    max-width: 26%;
    margin-right: 17px;
    margin-top: -156px;
  }
  .cars-3 {
    width: 100%;
    margin-left: 0%;
  }

  .ul-cars {
    display: block;
  }
  .col-xs-7 {
    width: 71.33333%;
  }
  .img-div {
    text-align: right;
  }
  .mobile1 {
    width: 58%;
    margin-left: 42%;
  }
  .mobile {
    width: 46%;
  }
  .apo-custom-select {
    margin-top: 1px;
  }
}

@media screen and (max-width: 360px) {
  .mobile {
    width: 47%;
  }
}
@media screen and (max-width: 350px) {
  .mobile {
    width: 53%;
  }
  .mobile1 {
    width: 54%;
    margin-left: 46%;
  }
}

a,
a:visited {
  color: var(--autonom-gray);
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover,
a:active,
a:focus {
  color: var(--autonom-blue);
  text-decoration: none;
}
/*  Helper classes  */
.apo-box-blue {
  color: #fff;
  background: var(--autonom-alt-blue);
}
.apo-box-light-gray {
  background: var(--autonom-light-gray);
}
.d-none {
  display: none;
}
.apo-info-toggle {
  font-size: 23px;
  color: #147bd1;
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
input.btn {
  width: auto;
  margin: 0 auto;
}
.btn,
.btn:visited,
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  position: relative;
  top: auto;
  right: auto;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s;
}
.btn.btn-xxl,
.btn.btn-xxl:visited,
.btn.btn-xxl:hover,
.btn.btn-xxl:active,
.btn.btn-xxl:focus {
  padding: 12px 35px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.btn.btn-apo-blue,
.btn.btn-apo-blue:visited {
  background: var(--autonom-alt-blue);
}
.btn.btn-apo-blue:hover,
.btn.btn-apo-blue:active,
.btn.btn-apo-blue:focus {
  background: var(--autonom-blue);
}
.btn.btn-apo-blue-alt,
.btn.btn-apo-blue-alt:visited {
  background: var(--autonom-blue);
}
.btn.btn-apo-blue-alt:hover,
.btn.btn-apo-blue-alt:active,
.btn.btn-apo-blue-alt:focus {
  background: var(--autonom-alt-blue);
}
.btn.btn-apo-green,
.btn.btn-apo-green:visited {
  background: var(--autonom-light-green);
}
.btn.btn-apo-green:hover,
.btn.btn-apo-green:active,
.btn.btn-apo-green:focus {
  background: var(--autonom-alt-blue);
}
.btn.btn-apo-purple,
.btn.btn-apo-purple:visited {
  background: var(--autonom-purple);
}
.btn.btn-apo-purple:hover,
.btn.btn-apo-purple:active,
.btn.btn-apo-purple:focus {
  background: var(--autonom-purple-light);
}
.btn.btn-apo-purple-alt,
.btn.btn-apo-purple-alt:visited {
  background: var(--autonom-purple-light);
}
.btn.btn-apo-purple-alt:hover,
.btn.btn-apo-purple-alt:active,
.btn.btn-apo-purple-alt:focus {
  background: var(--autonom-purple);
}
/*  Header  */
header {
  border-bottom: 2px solid var(--autonom-light-gray);
  padding: 15px 0;
}
header p {
  position: relative;
  margin-top: 14px;
}
header a,
header a:visited,
header a:hover,
header a:active,
header a:focus {
  text-decoration: none;
}
header a,
header a:visited {
  color: var(--autonom-gray);
}
header a:hover,
header a:active,
header a:focus {
  color: var(--autonom-blue);
}
#form {
  margin-bottom: 0;
}
/*  Forms   */
input,
select,
textarea {
  display: block;
  width: 100%;
  border: 2px solid #ccc;
  margin: 10px 0;
  font-size: 17px;
  line-height: 1;
  outline: 0;
  background: #fff;
}
input {
  padding: 10px 10px;
}
input[type="date"] {
  padding: 11px 10px;
}
select,
textarea {
  padding: 10px;
}
.apo-select {
  position: relative;
}
.apo-select:before,
.apo-select:after {
  position: absolute;
  right: 2px;
  width: 50px;
  z-index: 9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: var(--autonom-gray);
  text-align: center;
  pointer-events: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .apo-select:before,
    .apo-select:after {
      display: none;
    }
  }
}

input[type="date"] {
  display: block;

  /* Solution 1 */
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;

  /* Solution 2 */
  /* min-width: 96%; */
}
.apo-select:before {
  content: "";
  top: 2px;
  height: 34px;
  background: #fff;
}
.apo-select:after {
  content: "\f0dd";
  top: 7px;
  width: 36px;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  float: left;
  width: auto;
  margin: 5px;
  position: absolute;
  opacity: 0;
  display: none;
}
label {
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 0 0;
}
.apo-checkbox,
.apo-radio {
  position: relative;
  padding: 13px 0;
  margin: 0;
}
.apo-checkbox label,
.apo-radio label {
  max-width: 90%;
  position: relative;
  cursor: pointer;
  margin: 10px 15px 10px 0;
  padding: 0 0 0 35px;
}
.apo-checkbox label:before,
.apo-radio label:before,
.apo-radio label:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.apo-checkbox label:before,
.apo-radio label:before {
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  background-color: #fff;
}
.apo-radio label:before,
.apo-radio label:after {
  border-radius: 50%;
}
.apo-radio label:after {
  top: 2px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: var(--autonom-light-green);
  transform-origin: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}
.apo-checkbox input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: #00c65e;
  position: absolute;
  top: 1px;
  left: 3px;
}
.apo-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
/*  APO Modals  */
body.apo-modal-active {
  overflow: hidden;
}
.apo-modal {
  display: none;
}
.apo-modal.active {
  display: block;
}
.apo-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 0 30px; /* #UP */
  overflow-y: auto; /* #UP */
  background: rgba(0, 0, 0, 0.8);
}
.apo-modal-close-icon {
  position: fixed; /* #UP */
  top: 30px; /* #UP */
  right: 0;
  z-index: 999;
  display: block; /* #UP */
  margin: 0;
  padding: 15px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8); /* #UP */
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  /* #UP - added */
  .apo-modal-close-icon {
    position: absolute;
    top: 0;
  }
}
.apo-modal-content {
  background: #fff;
  padding: 30px 30px; /* #UP */
  display: block;
  max-width: 768px;
  margin: 0 auto; /* #UP */
  position: relative;
  max-height: 100%;
}
.apo-modal-content .text-container {
  height: calc(100% - 20%);
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 20px;
}
.apo-modal-content .text-container > div {
  padding-right: 10px;
}
@media screen and (max-width: 360px) {
  .apo-modal-content .text-container {
    height: calc(100% - 25%);
  }
}
.apo-modal-toggle {
  cursor: pointer;
}
.apo-modal .apo-modal-header,
.apo-modal .apo-modal-footer {
  display: block;
}
.apo-info-modal .apo-modal-header {
  border-bottom: 1px solid var(--autonom-light-gray);
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
}
.apo-info-modal .apo-modal-footer {
  border-top: 1px solid var(--autonom-light-gray);
  margin: 30px 0 -10px;
  padding-top: 20px;
}
.apo-info-modal .apo-modal-footer .apo-modal-close {
  position: relative;
  top: auto;
  right: auto;
  font-size: 16px;
  line-height: 1;
}
.apo-info-modal {
  font-size: 16px;
}
.apo-info-modal strong {
  font-weight: 600;
  color: #147bd1;
}
/*  APO Dropdown #UP - added this section */
.apo-dropdown-box {
  display: none;
}
.apo-section-title.apo-dropdown-toggle {
  position: relative;
  padding-right: 90px;
  cursor: pointer;
}
.apo-section-title.apo-dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 37px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s;
  padding: 8px 0 0;
  text-align: center;
  border-radius: 50%;
  background: var(--autonom-blue);
  color: #fff;
}
.apo-section-title.apo-dropdown-toggle.active:after {
  transform: translateY(-50%) rotateX(180deg);
  background: var(--autonom-alt-blue);
}
/*  Swiper carousel     */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: scale(0.9);
  transition: transform 0.3s;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.swiper-wrapper {
  height: auto;
}
.swiper-arrows,
.swiper-arrows span {
  position: absolute;
  z-index: 99;
  display: inline-block;
}
.swiper-arrows {
  top: 0;
  width: 15%;
  height: 100%;
}
.swiper-arrows span {
  top: 50%;
  transform: translateY(-50%);
}
.swiper-prev {
  left: 0;
  outline: 0;
}
.swiper-next {
  right: 0;
  outline: 0;
}
.swiper-prev span {
  right: 15px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 12px solid var(--autonom-light-green);
}
.swiper-next span {
  left: 15px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 12px solid var(--autonom-light-green);
}
.swiper-arrows.swiper-button-disabled {
  display: none;
}
@media screen and (min-width: 576px) {
  .swiper-arrows {
    width: 20%;
  }
  .swiper-prev span {
    right: 10px;
  }
  .swiper-next span {
    left: 10px;
  }
}
/*  ----    Sections     */
/*  APO Custom offer    */
.apo-custom-offer {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 250px; */
  /* background: url("img/Oferta-Speciala-Iarna.png"); */
  /* background-size: contain; */
  /* background-position: 100% 50%; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  margin-top: 30px; /* #UP - removed margin-bottom */
}

@media only screen and (max-width: 400px) {
  .apo-custom-offer-2 {
    min-height: 115px;
  }
}

/*  APO Budget  */
.apo-budget-wrapper {
  margin: 30px 0; /* #UP */
  padding: 20px 12px 10px;
}
.apo-budget-wrapper h3 {
  font-weight: 600;
  margin: 0 0 35px;
}
.apo-budget-wrapper p {
  margin: 0;
}
.apo-budget-wrapper #apo-budget-val {
  font-size: 20px;
  text-align: center;
  float: right;
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  color: var(--autonom-blue);
  min-width: 100px;
  margin: -10px 0 0 0;
}

@media only screen and (max-width: 380px) {
  .apo-budget-wrapper #apo-budget-val {
    display: block;
    margin-top: 8px;
    float: none;
  }
}
.apo-budget-wrapper .apo-budget-limits {
  font-weight: 600;
  padding: 10px 0 0;
  margin: 0;
  display: inline-block;
  width: 45%;
}
.apo-budget-wrapper .apo-budget-limits:last-child {
  float: right;
}
.apo-budget-wrapper .apo-budget-limits.max {
  text-align: right;
}
/*  APO Details     */
.apo-form-details .apo-info-toggle {
  position: absolute;
  /* top: 50%; */
  right: 0;
  z-index: 9;
  transform: translateY(-50%);
  top: 32px;
}
/*  APO Class selection carousel    */
#apo-car-carousel {
  position: relative;
  height: auto;
  width: 100%;
  margin: 10px 0;
  padding: 0 13%;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  #apo-car-carousel {
    padding: 0 20%;
  }
}
/*  - carousel item     */
#apo-car-carousel .swiper-slide {
  cursor: pointer;
  border: 1px solid var(--autonom-light-green);
  opacity: 0.4;
  padding: 0 15px;
}
#apo-car-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  border: 1px solid var(--autonom-alt-blue);
}
#apo-car-carousel .swiper-slide p,
#apo-car-carousel .swiper-slide h4 {
  margin: 0;
}
h2.apo-carousel-class-name {
  background: var(--autonom-alt-blue);
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 23px;
}
h2.apo-carousel-class-name {
  margin: 0 -15px 5px;
  padding: 5px 15px 5px 15px;
}
.apo-carousel-header,
.apo-carousel-price {
  position: relative;
  z-index: 9;
}
.apo-carousel-header p {
  font-style: italic;
}
.apo-carousel-price {
  text-align: right;
}
.apo-carousel-price p {
  font-size: 13px;
}
.apo-carousel-price h4 {
  font-size: 23px;
  margin-bottom: 15px;
}
.apo-carousel-image {
  position: relative;
  z-index: 1;
  margin: -10px auto -30px;
  display: block;
  max-width: 90%;
}
#apo-car-carousel .swiper-slide .apo-box-blue {
  display: none;
  margin: 10px -15px 0;
  padding: 5px 10px;
}
#apo-car-carousel .swiper-slide.swiper-slide-active .apo-box-blue {
  display: block;
}
#apo-car-carousel .swiper-slide .apo-box-blue p span {
  float: right;
}
/*  - class containers */
#apo-car-classes .apo-modal-content {
  padding: 0 30px 30px 30px;
}
#apo-car-classes ul {
  display: none;
}
#apo-car-classes ul.active {
  display: block;
}
#apo-car-classes ul,
#apo-car-classes ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#apo-car-classes ul li:first-child {
  display: block;
  width: 80%;
  margin: 0 0 15px 0 !important;
}
#apo-car-classes li > h2.apo-carousel-class-name {
  margin: 0 0 5px -30px;
  padding: 11px 15px 11px 30px;
}
#apo-car-classes ul li {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
}
@media screen and (min-width: 650px) {
  #apo-car-classes ul li {
    display: inline-block;
    width: 47%;
    margin: 0 2% 20px 0;
  }
  #apo-car-classes ul li:nth-child(odd) {
    margin: 0 0 20px 2%;
  }
}
label.apo-car {
  cursor: pointer;
  border: 1px solid var(--autonom-light-gray);
  padding: 15px;
  transition: border 0.3s;
  position: relative;
  font-weight: 300;
  overflow: hidden;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}
label.apo-car.active {
  /* border: 1px solid #939393; */
  /* box-shadow: #00c65e; */
}
label.apo-car:hover {
  -webkit-box-shadow: 0 0 5px 0 #b0b0b0;
  -moz-box-shadow: 0 0 5px 0 #b0b0b0;
  box-shadow: 0 0 5px 0 #b0b0b0;
}
label.apo-car h2.apo-carousel-class-name {
  font-size: 13px;
  padding: 5px 15px;
  margin: 0 0 15px -15px;
}
/*label.apo-car.active h2.apo-carousel-class-name:after {*/
/*    content: "\f00c";*/
/*    font-family: "Font Awesome 5 Free"; */
/*    font-weight: 900; */
/*    font-size: 18px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: -28px;*/
/*    z-index: 10;*/
/*    background: var(--autonom-light-green);*/
/*    border: 1px solid var(--autonom-alt-blue);*/
/*    color: #fff;*/
/*    padding: 1px 0 0 0;*/
/*    width: 28px;*/
/*    height: 25px;*/
/*    text-align: center;*/
/*}*/
label.apo-car .apo-carousel-class-name,
label.apo-car .apo-car-price {
  position: relative;
  z-index: 9;
}
label.apo-car p,
label.apo-car h4 {
  margin: 0;
}
label.apo-car h4 {
  font-size: 21px;
}
label.apo-car .apo-car-name {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  text-align: right;
  margin: 15px;
  max-width: 60%;
}
label.apo-car .apo-car-name p {
  color: var(--autonom-alt-blue);
}
label.apo-car .apo-car-image img {
  max-width: 100%;
  margin: 0px 10% -40px 40px;
  position: relative;
  z-index: 1;
}
select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.apo-car-image {
  text-align: center;
}
label.apo-car .apo-car-price {
  text-align: right;
}
label.apo-car small {
  font-size: 11px;
}
label.apo-car .apo-car-details {
  margin: 10px -15px -15px;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 15px 5px 10px;
  display: none;
  position: relative;
}
label.apo-car .apo-car-details span {
  display: inline-block;
  margin: 3px;
}
label.apo-car .apo-car-details img {
  margin: 0 5px -7px;
}
label.apo-car .apo-car-details img:first-child {
  margin: 0 5px -7px 0;
}
label.apo-car .apo-car-details img:last-child {
  margin: 0 0 -7px 0;
}
#apo-car-classes ul li input[type="radio"] {
  display: none;
}

.apo-car-container {
  width: 55%;
  margin: 0 auto;
  display: flex;
  cursor: pointer;
  justify-content: center;
}
.apo-car-container > img {
  border: 1px solid var(--autonom-alt-blue);
}
.apo-car-container li {
  list-style-type: none;
}
.apo-car-container .apo-car-details {
  display: block !important;
}
@media screen and (max-width: 600px) {
  .apo-car-container {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .apo-car-container {
    width: 100%;
  }
}

#apo-new-cars .row {
  height: calc(100% - 20%);
  overflow-y: auto;
}
#apo-new-cars .apo-car-details {
  /* display: block; */
  display: flex;
  justify-content: space-between;
}
#apo-new-cars ul {
  list-style-type: none;
  padding: 0;
}
#apo-new-cars ul li {
  margin-bottom: 5px;
}
/*  APO Warranty    */
.apo-warranty {
  margin: 15px -15px;
  padding: 20px 15px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
.apo-warranty .apo-radio {
  padding: 0;
}
.apo-warranty h3 {
  font-size: 20px;
}
.apo-warranty .apo-warranty-container {
  flex: 1 1 auto;
  margin: 0 15px 0 0;
  padding: 7px 0;
  /* display: flex; */
  position: relative;
}
.apo-warranty .apo-warranty-container:first-child {
  flex: 1 1 100%;
} /* #UP */
.apo-warranty .apo-warranty-container:nth-child(2) {
  display: flex;
} /* #UP - add this */
.apo-warranty .apo-warranty-container:nth-child(3) {
  flex: 0 1 40px;
}
.apo-warranty .apo-dropdown-toggle {
  /* #UP - changed class from .apo-warranty-info-toggle */
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 15px;
  background: var(--autonom-blue);
  color: #fff;
  text-align: center;
  padding: 8px 0 0 0;
  cursor: pointer;
  display: block; /* #UP - add this */
}
.apo-warranty .apo-warranty-container:last-child {
  /* #UP removed .warranty-info */
  flex: 1 1 auto;
  padding: 15px 0 10px;
}
/*  APO Optional features   */
.apo-optional-wrapper {
  position: relative;
}
.apo-optional-group {
  display: block;
  border: 2px solid var(--autonom-light-gray);
  padding: 10px 10px 10px 5px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  transition: border 0.3s;
  cursor: pointer;
}
.apo-optional-group label:before {
  transition: border 0.3s;
}
.apo-optional-group.selected,
.apo-optional-group.selected label:before {
  border: 2px solid var(--autonom-alt-blue);
}
.apo-optional-group .apo-optional-part {
  flex: 1 1 auto;
}
.apo-optional-group .apo-optional-part:first-child,
.apo-optional-group .apo-optional-part:last-child {
  flex: 0 1 40px;
}
.apo-optional-features .apo-optional-wrapper .apo-optional-part:first-child {
  background-image: url("img/options.png");
  background-size: auto;
  background-repeat: no-repeat;
  height: 40px;
  margin: 5px 7px 5px 5px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.apo-optional-features
  .apo-optional-group.selected
  .apo-optional-part:first-child {
  filter: grayscale(0);
}
.apo-optional-features
  .apo-optional-wrapper:nth-child(1)
  .apo-optional-part:first-child {
  background-position: 0 50%;
}
.apo-optional-features
  .apo-optional-wrapper:nth-child(2)
  .apo-optional-part:first-child {
  background-position: -38px 50%;
}
.apo-optional-features
  .apo-optional-wrapper:nth-child(3)
  .apo-optional-part:first-child {
  background-position: -76px 50%;
}
.apo-optional-features
  .apo-optional-wrapper:nth-child(4)
  .apo-optional-part:first-child {
  background-position: -114px 50%;
}
.apo-optional-features
  .apo-optional-wrapper:nth-child(5)
  .apo-optional-part:first-child {
  background-position: -152px 50%;
}
.apo-optional-features
  .apo-optional-wrapper:nth-child(6)
  .apo-optional-part:first-child {
  background-position: -190px 50%;
}
.apo-optional-features
  .apo-optional-wrapper:nth-child(7)
  .apo-optional-part:first-child {
  background-position: -228px 50%;
}
.apo-optional-group label {
  width: 24px;
  height: 24px;
  padding: 12px;
  margin: 0;
}
.apo-optional-part.apo-count {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 9;
  width: 140px;
  user-select: none;
}
.apo-optional-part.apo-count > div {
  display: inline-block;
  text-align: center;
}
.apo-optional-part.apo-count .apo-count-increase,
.apo-optional-part.apo-count .apo-count-decrease {
  width: 40px;
  padding: 10px 0;
  cursor: pointer;
  color: var(--autonom-blue);
  border: 2px solid transparent;
}
.apo-optional-part.apo-count .apo-count-value input {
  padding: 5px 2px;
  margin: 0;
  width: 40px;
  outline: 0;
  text-align: center;
}
/*  APO Summary  #UP */
/*.apo-summary { display: none; }*/
#apo-summary-selected-car {
  margin: 0 auto 30px;
}
#apo-summary-selected-car label.apo-car {
  cursor: initial;
}
#apo-summary-selected-car .apo-car-details {
  display: block;
}
#apo-summary-selected-car li {
  list-style-type: none;
}
.apo-summary-group {
  text-align: center;
}
.apo-summary-group strong {
  color: var(--autonom-blue);
}
h3.apo-summary-group {
  margin: 15px auto;
  font-weight: 300;
}
h5.apo-summary-group {
  font-size: 18px;
  margin: 0;
}
h5.apo-summary-group > div {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  /* justify-content: center; */
}
h5.apo-summary-group > div > span:first-child {
  flex: 1 1 100%;
}
h5.apo-summary-group > div > span {
  flex: 0 1 50%;
  padding: 10px 20px 0;
}
/*  APO Customer    */
ul#apo-prefix,
ul#apo-prefix li {
  list-style: none;
}
.apo-custom-select {
  position: relative;
  display: block;
}
ul#apo-prefix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border: 2px solid #ccc;
  background: #fff;
  margin: 10px 0;
  padding: 0;
  font-size: 17px;
  line-height: 1;
  height: 50px;
  width: 100%;
  overflow: hidden;
}
ul#apo-prefix:after {
  content: "\f0dd";
  position: absolute;
  top: 11px;
  right: 2px;
  z-index: 9;
  width: 36px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: var(--autonom-gray);
  text-align: center;
  pointer-events: none;
}
ul#apo-prefix li {
  padding: 8px 40px 8px 40px;
  margin: 0;
  position: relative;
  background: #fff;
  transition: color 0.3s;
  cursor: pointer;
}
ul#apo-prefix li:first-child {
  padding: 16px 40px 16px 40px;
}
ul#apo-prefix li:hover,
ul#apo-prefix li:focus {
  background: var(--autonom-light-gray);
}
ul#apo-prefix li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("img/flags.png");
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 10px;
}
ul#apo-prefix li:first-child:before {
  top: 12px;
}
ul#apo-prefix li.ro:before {
  background-position: 0 50%;
}
ul#apo-prefix li.gb:before {
  background-position: -24px 50%;
}
ul#apo-prefix li.es:before {
  background-position: -48px 50%;
}
ul#apo-prefix li.it:before {
  background-position: -72px 50%;
}
ul#apo-prefix li.de:before {
  background-position: -96px 50%;
}
ul#apo-prefix li.fr:before {
  background-position: -120px 50%;
}
ul#apo-prefix li.hu:before {
  background-position: -144px 50%;
}
ul#apo-prefix li.rs:before {
  background-position: -168px 50%;
}
ul#apo-prefix li.us:before {
  background-position: -192px 50%;
}
ul#apo-prefix li.kr:before {
  background-position: -216px 50%;
}
ul#apo-prefix li.il:before {
  background-position: -240px 50%;
}
ul#apo-prefix li.other {
  padding-left: 12px;
}
ul#apo-prefix li.other:before {
  background-image: none;
}
.apo-consents {
  padding-top: 30px;
  padding-bottom: 30px;
}
.apo-consents .apo-checkbox {
  padding: 3px 0;
}
input.apo-form-submit {
  /* margin-bottom: 30px; */
}
/*  covid notice */
.apo-covid-notice {
  display: none;
  margin: 0;
  padding: 20px 0;
  background: var(--autonom-purple);
  color: #fff;
}
.apo-covid-notice.active {
  display: block;
} /* #UP */
.apo-covid-notice p {
  margin: 0;
}
.apo-covid-notice a {
  display: inline-block;
  margin: 10px 0 0 0;
}
.apo-covid-notice .apo-covid-title span {
  display: none;
}
@media screen and (min-width: 576px) {
  .apo-covid-notice .apo-covid-title span {
    display: initial;
  }
}
/* #UP - changed from #apo-covid to .apo-covid-modal */
.apo-covid-modal {
  color: #753bbd;
  font-weight: 600;
}
.apo-covid-modal ul {
  padding: 0;
  margin: 0;
}
.apo-covid-modal ul li {
  list-style-position: inside;
  margin-bottom: 15px;
  left: -5px;
}
.apo-covid-modal .apo-modal-header {
  padding-left: 30px;
}
.apo-covid-modal .apo-modal-header h4 span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.apo-carousel-price {
  visibility: hidden;
}
/* .apo-car-price {
    visibility: hidden;
} */

.swiper-pagination {
  display: block;
  text-align: center;
  margin: 30px auto 20px;
}
.swiper-pagination span {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  cursor: pointer;
  outline: 0 !important;
}
.swiper-pagination span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: 8px 6px;
  border-radius: 8px;
  background-color: var(--autonom-dark-gray);
}
.swiper-pagination span.swiper-pagination-bullet-active:after {
  background-color: var(--autonom-alt-blue);
}
@media screen and (min-width: 576px) {
  .swiper-pagination span {
    width: 35px;
  }
  .swiper-pagination span:after {
    margin: 8px 10px;
  }
}

.apo-modal.active {
  display: block !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type="date"] {
  background: url(https://www.autonom.ro/assets/uploads/calendar.png) center
    right no-repeat;
  background-size: 16px 16px;
  background-position-x: 97%;
}

.apo-car .apo-car-price p {
  font-size: 13px;
  color: var(--autonom-blue);
  font-weight: 600;
}

label.apo-car p.guarantee {
  font-family: "Titillium Web Regular", sans-serif;
  position: absolute;
  z-index: 200;
  /* top: 45px; */
  bottom: 45px;
  font-size: 14px;
  /* color: var(--autonom-blue); */
  color: #606060;
  font-weight: 300;
}

.sticky-btn {
  position: sticky;
  bottom: 44px;
  z-index: 200;
  /* overflow: visible; */
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 50px;
}

@media screen and (min-width: 800px) {
  .sticky-btn {
    width: 150%;
    margin-left: -26%;
    bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .sticky-btn {
    padding: 12px 0;
    margin-left: -15px;
    width: 100vw;
  }
}

.row.apo-form-details .row .alert.alert-danger,
.row.apo-customer .row .special .alert.alert-danger {
  margin-left: 15px;
  margin-right: 15px;
}

.row.apo-customer .row .special.col-xs-12:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
}

.row.apo-customer .row .special ul#apo-prefix,
#apo-terms .apo-modal-content {
  color: #606060;
}

/* FLOATING BUTTONS */

#apo-summary
  #apo-summary-container
  #apo-summary-selected-car
  li.active
  .col-12.col-sm-6 {
  width: 100%;
  margin-bottom: 25px;
}

h2.apo-carousel-class-name.green {
  background-color: #00c65e;
}

.row,
.apo-select select {
  line-height: 1.1;
}

.row.apo-form-class .cars-3 {
  padding-left: 0;
  padding-right: 0;
}

#container-floating {
  position: fixed;
  width: 70px;
  height: 45px;
  bottom: 30px;
  right: 30px;
  z-index: 400;
}

@media (max-width: 768px) {
  #container-floating {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -1px;
  }
}

#container-floating #floating-mail {
  bottom: calc(5% + 225px);
  border-radius: 50px;
}

@media (max-width: 768px) {
  #container-floating #floating-mail {
    border-radius: 0;
    width: 50%;
    right: 0;
    bottom: 0;
  }
}

#container-floating #floating-whatsapp {
  bottom: calc(5% + 79px);
  border-radius: 50px;
  background: #00c65e;
}

@media (max-width: 768px) {
  #container-floating #floating-whatsapp {
    width: 33.5%;
    left: calc(33% + 1px);
    bottom: 0;
  }
}

#container-floating #floating-whatsapp:hover .fa-whatsapp {
  color: #25d366 !important;
}

@media screen and (max-width: 769px) {
  #container-floating #floating-whatsapp {
    display: none;
  }
}

#container-floating #floating-phone {
  bottom: calc(5% + 150px);
  border-radius: 50px;
}

@media (max-width: 768px) {
  #container-floating #floating-phone {
    border-radius: 0;
    width: 50%;
    left: 0;
    bottom: 0;
  }
}

#container-floating .fa-whatsapp {
  font-size: 1.8em;
  margin-top: 5px;
  margin-left: 2px;
  color: #fff !important;
}

#container-floating .floating {
  width: 55px;
  height: 55px;
  background: #fff;
  position: fixed;
  right: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px #666;
  box-shadow: 0 2px 5px #666;
  -moz-box-shadow: 0 2px 5px #666;
}

@media (max-width: 768px) {
  #container-floating .floating {
    position: absolute;
    height: 45px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
  }
}

#container-floating .floating:hover i {
  color: #00c65e;
}

@media (max-width: 768px) {
  #container-floating .floating:hover {
    background-color: #00c65e;
  }

  #container-floating .floating:hover .plus a i {
    color: #fff;
  }
}

#container-floating .floating .plus {
  color: #147bd1;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 28px;
}

@media (max-width: 768px) {
  #container-floating .floating .plus {
    line-height: 45px;
  }
}

#container-floating .floating .plus a {
  color: inherit;
  font-size: 24px;
  width: 100%;
  display: block;
}

#container-floating .floating .plus a i {
  color: #147bd1;
}

#container-floating .floating .floating-content {
  color: #147bd1;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  right: 0;
  text-align: left;
  padding: 0 55px 0 10px;
  margin: 0;
  line-height: 55px;
  font-size: 14px;
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 2px 5px #666;
  box-shadow: 0 2px 5px #666;
  -moz-box-shadow: 0 2px 5px #666;
}

@media (max-width: 768px) {
  #container-floating .floating .floating-content {
    display: none !important;
  }
}

#container-floating .floating .floating-content a {
  color: inherit;
  font-size: 18px;
  white-space: nowrap;
}

button.back-to-top {
  margin: 0;
  padding: 0;
  background: #fff;
  height: 0;
  width: 0;
  color: transparent;
  clear: both;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 30px;
  bottom: calc(5% + 300px);
  font-size: 25px;
  outline: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
}

@media (max-width: 768px) {
  button.back-to-top {
    bottom: 180px !important;
  }
}

button.back-to-top.show {
  color: #00c65e;
  height: 55px;
  width: 55px;
  bottom: 329px;
}

button.back-to-top:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  display: block;
  vertical-align: middle;
  margin: -5px 0 auto;
  font-weight: 800;
}

@media (max-width: 768px) {
  #container-floating.reservation {
    z-index: 120 !important;
  }

  #container-floating.reservation .floating {
    height: 36px !important;
  }

  #container-floating.reservation .floating .plus {
    line-height: 36px !important;
  }

  #container-floating.reservation .floating .plus a {
    font-size: 18px !important;
  }
}

@media (min-width: 1760px) {
  button.back-to-top.show {
    bottom: 341px;
  }
}

@media (min-width: 2640px) {
  button.back-to-top.show {
    bottom: 358px;
  }
}

.hidden {
  display: none !important;
}

#container-floating .floating#floating-mail .plus,
#container-floating .floating#floating-phone .plus {
  display: flex;
  align-items: center;
}

/* FLOATING BUTTONS END*/
.apo-summary-abroad-tax-plus {
 margin-top: 4px !important;
}

.apo-summary-abroad-tax-plus {
  display: none;
  text-wrap: nowrap;
}

.apo-summary-guarantee {
  display: none;
  margin-top: 4px !important;
}

#ui-datepicker-div {
  z-index: 9999 !important;
}