:root {
  --color-accent: #1b1b1b;
  --color-accent-second: #e7282a;
  --color-background: #000;
  --color-light-background: #F5F5F5;
  --color-white: #fff;
  --color-grey: #D9D9D9;
}

.booking_summary {
  max-width: 400px !important;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .booking_summary {
    max-width: 100% !important;
  }
}
.booking_summary .container {
  display: block;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: 20px;
  flex-grow: 0;
  max-width: 1460px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media (min-width: 1200px) {
  .booking_summary .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "item1 item2 item3 item4" "item5 item5 item5 item5";
  }
}
.booking_summary .step-second img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.booking_summary .step-second .carModel h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.booking_summary .step-second .carModel h3 p {
  font-size: 15px;
  padding: 0;
  margin: 5px 0 0 0;
}
.booking_summary .stepHeading {
  display: none;
  align-items: center;
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
  gap: 18px;
  height: 68px;
  font-weight: 500;
  background-color: var(--color-light-background);
  border-radius: 8px;
  padding-inline: 16px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .booking_summary .stepHeading {
    font-size: 16px;
    line-height: 16px;
    display: flex;
  }
}
.booking_summary .stepHeading span {
  background-color: var(--color-grey);
  color: var(--color-white);
  border-radius: 8px;
  font-size: 28px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.booking_summary .stepHeading.current, .booking_summary .stepHeading.activeStep {
  background-color: var(--color-accent);
  color: var(--color-white);
}
.booking_summary .stepHeading.current span, .booking_summary .stepHeading.activeStep span {
  background-color: var(--color-white);
  color: var(--color-accent-second);
}
.booking_summary .stepHeading.stepDisabled, .booking_summary .stepHeading.disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}
.booking_summary .stepHeading {
  text-align: center;
}
@media (min-width: 1200px) {
  .booking_summary .stepHeading {
    text-align: left;
  }
}
.booking_summary .stepHeading.mobile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .booking_summary .stepHeading.mobile {
    display: none;
  }
}
.booking_summary .stepHeading p {
  padding: 0;
  margin: 0;
}
.booking_summary a.stepHeading:not(.current):not(.disabled) {
  transition: all 0.3s;
}
.booking_summary a.stepHeading:not(.current):not(.disabled):hover {
  background-color: var(--color-accent) !important;
  transition: all 0.3s;
}
.booking_summary a.stepHeading:not(.current):not(.disabled):hover span {
  background-color: var(--color-accent) !important;
  transition: all 0.3s;
}
.booking_summary .step-fourth .additionalOptions {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 280px;
}
.booking_summary .step-fourth .additionalOptions li {
  display: grid;
  grid-template-columns: 1fr 80px;
  font-weight: 700;
}
.booking_summary .step-fourth .additionalOptions li span {
  text-align: right;
}
.booking_summary .step-fifth .stepHeading {
  margin-bottom: 20px;
}
.booking_summary .step-fifth .total_details {
  text-align: center;
}
.booking_summary .step-fifth .total_details span {
  font-size: 18px;
  display: block;
}
.booking_summary .step-fifth .total_details .price {
  font-size: 36px;
  font-weight: 700;
}
.booking_summary .step-fifth .total_details small {
  font-size: 18px;
}
.booking_summary .mobileHidden {
  display: none;
}
@media (min-width: 1024px) {
  .booking_summary .mobileHidden {
    display: block;
  }
}
.booking_summary .poslovnice .destinations {
  margin-bottom: 30px;
}
.booking_summary .poslovnice .destination_info {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 15px;
  justify-content: center;
}
@media (min-width: 768px) {
  .booking_summary .poslovnice .destination_info {
    font-size: 18px;
  }
}

.gridCars {
  display: block;
  width: 100%;
}

.booking_wrapper {
  margin: 0 auto;
}
.booking_wrapper.stepFourth .container .extras .title {
  font-size: 36px !important;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.booking_wrapper.stepFourth .container .extras {
  max-width: 1120px;
  margin: 0 auto;
}
.booking_wrapper.stepFourth .container .extras .optionsList {
  list-style-type: none;
  padding: 0;
}
.booking_wrapper.stepFourth .container .extras .optionsList li {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
  margin-bottom: 26px;
  padding: 25px 40px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.booking_wrapper.stepFourth .container .extras .optionsList li .button {
  background-color: #fff;
  color: var(--color-accent);
}
.booking_wrapper.stepFourth .container .extras .optionsList li:hover, .booking_wrapper.stepFourth .container .extras .optionsList li.active {
  background-color: var(--color-accent);
  color: var(--color-white);
  transition: all 0.3s;
}
.booking_wrapper.stepFourth .container .extras .optionsList li:hover h5, .booking_wrapper.stepFourth .container .extras .optionsList li:hover p, .booking_wrapper.stepFourth .container .extras .optionsList li.active h5, .booking_wrapper.stepFourth .container .extras .optionsList li.active p {
  color: var(--color-white);
}
.booking_wrapper.stepFourth .container .extras .optionsList li:hover .button, .booking_wrapper.stepFourth .container .extras .optionsList li.active .button {
  border-color: var(--color-white);
  background-color: var(--color-accent);
  color: #fff;
}
.booking_wrapper.stepFourth .container .extras .optionsList li:hover .meta .qty a, .booking_wrapper.stepFourth .container .extras .optionsList li.active .meta .qty a {
  background-color: var(--color-white);
  color: var(--color-accent);
}
.booking_wrapper.stepFourth .container .extras .optionsList li:hover .meta input, .booking_wrapper.stepFourth .container .extras .optionsList li.active .meta input {
  background-color: transparent;
  color: var(--color-white);
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking_wrapper.stepFourth .container .extras .optionsList li {
    display: grid;
    grid-template-columns: 1fr 200px 160px;
    gap: 20px;
  }
}
@media (min-width: 991px) {
  .booking_wrapper.stepFourth .container .extras .optionsList li {
    display: grid;
    grid-template-columns: 1fr 300px 160px;
  }
}
.booking_wrapper.stepFourth .container .extras .optionsList li .inputCheckbox {
  display: none;
}
.booking_wrapper.stepFourth .container .extras .optionsList li .button {
  margin: 0;
  border: 2px solid var(--color-accent);
}
.booking_wrapper.stepFourth .container .extras .optionsList li .content h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.booking_wrapper.stepFourth .container .extras .optionsList li .content p {
  font-size: 16px;
  padding: 10px 0 0 0;
  margin: 0;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .booking_wrapper.stepFourth .container .extras .optionsList li .content p {
    text-align: left;
  }
}
.booking_wrapper.stepFourth .container .extras .optionsList li .meta {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .booking_wrapper.stepFourth .container .extras .optionsList li .meta {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking_wrapper.stepFourth .container .extras .optionsList li .meta {
    gap: 40px;
  }
}
@media (min-width: 991px) {
  .booking_wrapper.stepFourth .container .extras .optionsList li .meta {
    gap: 90px;
    padding-right: 60px;
  }
}
.booking_wrapper.stepFourth .container .extras .optionsList li .meta .price {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .booking_wrapper.stepFourth .container .extras .optionsList li .meta .price {
    text-align: right;
  }
}
.booking_wrapper.stepFourth .container .extras .optionsList li .meta .qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.booking_wrapper.stepFourth .container .extras .optionsList li .meta .qty a {
  background-color: var(--color-accent);
  color: var(--color-white);
  border-radius: 20px;
  width: 40px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.booking_wrapper.stepFourth .container .extras .optionsList li .meta .qty input {
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: transparent;
}
.booking_wrapper.stepFourth .container .extras .optionsList li .meta .qty input::-webkit-outer-spin-button, .booking_wrapper.stepFourth .container .extras .optionsList li .meta .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.booking_wrapper.stepFourth .container .extras .optionsList li .meta .qty input:focus, .booking_wrapper.stepFourth .container .extras .optionsList li .meta .qty input:active {
  outline: none;
}
.booking_wrapper .step-third .insurancePackage {
  list-style-type: none;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.booking_wrapper .stepThird {
  background: linear-gradient(145deg, #eaeaea 0%, #ececec 100%);
  padding: 24px 16px 32px;
}
.booking_wrapper .stepThird.booking_wrapper {
  max-width: 100% !important;
}
.booking_wrapper .stepThird h4 {
  font-size: 1.35rem;
  text-align: left;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1b1b1b;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .booking_wrapper .stepThird h4 {
    font-size: 1.75rem;
    margin-bottom: 18px;
  }
}
.booking_wrapper .stepThird h4 + .available_insurances,
.booking_wrapper .stepThird h4 + .available_addons {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .booking_wrapper .stepThird {
    padding: 40px 24px 48px;
  }
}
.booking_wrapper .stepThird .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 0;
}
@media (min-width: 760px) {
  .booking_wrapper .stepThird .container {
    padding-inline: 12px;
  }
}
.booking_wrapper .stepThird .next_steps {
  padding-top: 20px;
  justify-content: flex-end;
}
.booking_wrapper .stepThird .next_steps .button {
  height: 42px !important;
  width: auto !important;
  min-width: 132px;
  margin: 0 !important;
  padding: 0 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  background: var(--color-accent) !important;
  border: none !important;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-transform: none;
}
.booking_wrapper .stepThird .insurance-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
.booking_wrapper .stepThird .insurance-wrapper .button.form-next-step {
  margin-right: 20px;
  margin-top: 50px;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .booking_wrapper .stepThird .insurance-wrapper .insurance-packages {
    grid-template-columns: 500px minmax(40px, 1fr) minmax(40px, 1fr) minmax(40px, 1fr);
    gap: 0px;
  }
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li {
  font-size: 16px;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li.onlyDesktop {
  display: none;
}
@media (min-width: 768px) {
  .booking_wrapper .stepThird .insurance-wrapper .insurance-packages li.onlyDesktop {
    display: block;
  }
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li.onlyDesktop .insurance-packages-vertical:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li.onlyDesktop .insurance-packages-vertical li {
  border-bottom: 2px solid #F3F3F3;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li.onlyDesktop .insurance-packages-vertical li:last-child {
  border-bottom: 2px solid #F3F3F3;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical {
  list-style-type: none;
  text-align: center;
  transition: all 0.3s;
  padding: 30px 0 30px 0;
}
@media (min-width: 768px) {
  .booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical.is-active {
    transform: scale(1.05);
    transition: all 0.3s;
    background-color: var(--color-white);
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  }
  .booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical.is-active .selectInsurance {
    background-color: var(--color-accent);
    color: var(--color-white);
  }
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical-Title {
  font-weight: 700;
  font-size: 22px;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li {
  min-block-size: auto;
  border-bottom: 2px solid #F3F3F3;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li:last-child {
  border-bottom: 0;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
@media (min-width: 768px) {
  .booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li {
    flex-direction: row;
    gap: 0;
    min-block-size: 46px;
    padding: 0;
  }
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li:first-child {
  height: 100px;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li .onlyMobile {
  display: block;
}
@media (min-width: 768px) {
  .booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li .onlyMobile {
    display: none;
  }
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical .priceRow .price {
  font-size: 18px;
  font-weight: 700;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li:first-child .insurance-packages-vertical {
  text-align: left;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages li:first-child .insurance-packages-vertical li {
  justify-content: flex-start;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages .package_symbol {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-bottom: 15px;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages .package_symbol span {
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: var(--color-accent);
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages .active_option {
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages .active_option svg {
  width: 16px;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages .active_option.not {
  background-color: var(--color-grey);
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages .selectInsurance {
  border: 2px solid var(--color-accent);
  background-color: var(--color-white);
  color: var(--color-accent);
  transition: all 0.3s;
}
.booking_wrapper .stepThird .insurance-wrapper .insurance-packages .selectInsurance:hover {
  background-color: var(--color-accent);
  color: var(--color-white);
  transition: all 0.3s;
}
.booking_wrapper.stepFifth {
  background: linear-gradient(145deg, #eaeaea 0%, #ececec 100%);
}
body .container .container.booking_wrapper.stepFifth:not(.tab-container):not(.recent-post-container) {
  padding: 50px !important;
}

.booking_wrapper.stepFifth.booking_wrapper {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  body .container .container.booking_wrapper.stepFifth:not(.tab-container):not(.recent-post-container) {
    padding: 70px !important;
  }
}
.booking_wrapper.stepFifth h4 {
  font-size: 30px !important;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 0;
  color: #1b1b1b;
}
@media (min-width: 768px) {
  .booking_wrapper.stepFifth h4 {
    font-size: 38px !important;
    color: #1b1b1b;
  }
}
.booking_wrapper.stepFifth .finalForm {
  margin: 0 auto;
  padding: 30px 25px;
  background-color: var(--color-white);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .booking_wrapper.stepFifth .finalForm {
    width: 80%;
  }
}
.booking_wrapper.stepFifth .finalForm form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.booking_wrapper.stepFifth .finalForm form .half-width {
  width: calc(50% - 8px);
  box-sizing: border-box;
}
.booking_wrapper.stepFifth .finalForm form .full-width {
  width: 100%;
}
@media (max-width: 768px) {
  .booking_wrapper.stepFifth .finalForm form {
    flex-direction: column;
  }
  .booking_wrapper.stepFifth .finalForm form .half-width {
    width: 100%;
  }
}
.booking_wrapper.stepFifth .finalForm form label {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.booking_wrapper.stepFifth .finalForm form input {
  background-color: #F1F0F0;
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.booking_wrapper.stepFifth .finalForm form input:focus, .booking_wrapper.stepFifth .finalForm form input:active {
  outline: none;
}
.booking_wrapper.stepFifth .finalForm form textarea {
  background-color: #F1F0F0;
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 10px;
  height: 75px;
}
.booking_wrapper.stepFifth .finalForm form textarea:focus, .booking_wrapper.stepFifth .finalForm form textarea:active {
  outline: none;
}
@media (min-width: 768px) {
  .booking_wrapper.stepFifth .finalForm form .finish {
    grid-column: span 2;
  }
}
.booking_wrapper.stepFifth .finalForm form .finish button {
  margin: 0 auto;
}
.booking_wrapper.stepFifth .finalForm form .full-width {
  grid-column: span 2;
}
.booking_wrapper.stepFifth .finalForm form .renteon-policy-agreements {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}
.booking_wrapper.stepFifth .finalForm form .renteon-policy-agreements .renteon-policy-agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
  line-height: 1.35;
}
.booking_wrapper.stepFifth .finalForm form .renteon-policy-agreements .renteon-policy-agreement input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 0 0;
  padding: 0;
}
.booking_wrapper.stepFifth .finalForm form .renteon-policy-agreements .renteon-policy-agreement a {
  color: var(--color-accent);
  font-weight: 700;
}
.booking_wrapper button[type=submit] {
  background-color: var(--color-accent);
  border: 2px solid var(--color-accent);
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  height: 40px;
  cursor: pointer;
  padding: 0 20px;
  margin: 15px 0 0 auto;
  transition: all 0.3s;
}
.booking_wrapper button[type=submit]:active {
  outline: none;
}
@media (min-width: 1330px) {
  .booking_wrapper button[type=submit] {
    height: 53px;
  }
}
.booking_wrapper button[type=submit].form-next-step {
  background-color: #000;
  border: 2px solid #000;
}
.booking_wrapper button[type=submit].form-next-step:hover {
  background-color: var(--color-white);
  color: #000;
  transition: all 0.3s;
}
.booking_wrapper #processToUpdateBooking,
.booking_wrapper #procesToPaymentButton,
.booking_wrapper .button {
  background-color: var(--color-accent);
  text-decoration: none;
  color: var(--color-white);
  width: 162px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 43px auto 0 auto;
  border-radius: 5px;
  cursor: pointer;
}
.booking_wrapper #processToUpdateBooking:active, .booking_wrapper #processToUpdateBooking:focus,
.booking_wrapper #procesToPaymentButton:active,
.booking_wrapper #procesToPaymentButton:focus,
.booking_wrapper .button:active,
.booking_wrapper .button:focus {
  outline: none;
}
.booking_wrapper #processToUpdateBooking,
.booking_wrapper #procesToPaymentButton {
  grid-column: span 2;
}
.booking_wrapper .loader {
  display: block;
  margin: 0 auto;
  width: 100%;
  grid-column: span 2;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.booking_wrapper .payment_loader {
  width: 60px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side, var(--color-accent) 90%, rgba(0, 0, 0, 0)) 0/33.3333333333% 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
}
@keyframes l1 {
  to {
    clip-path: inset(0 -34% 0 0);
  }
}
.booking_wrapper .car_filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 35px;
  justify-content: center;
}
@media (min-width: 791px) {
  .booking_wrapper .car_filters {
    flex-wrap: nowrap;
  }
}
.booking_wrapper .car_filters button {
  background-color: var(--color-light-background);
  color: var(--color-accent-second);
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  width: auto !important;
  padding-inline: 15px;
}
.booking_wrapper .car_filters button.is-checked {
  background-color: var(--color-accent-second);
  color: var(--color-white);
}
.booking_wrapper .car_filters.sort {
  display: flex;
  margin-bottom: 30px;
}
.booking_wrapper .form-booking-wrapper {
  background-color: var(--color-background);
  padding: 36px 30px;
}
@media (min-width: 991px) {
  .booking_wrapper .form-booking-wrapper {
    padding: 36px 20px;
  }
}
@media (min-width: 1330px) {
  .booking_wrapper .form-booking-wrapper {
    padding: 36px 20px;
  }
}
@media (min-width: 1460px) {
  .booking_wrapper .form-booking-wrapper {
    padding: 46px 80px;
  }
}
@media (min-width: 1460px) and (max-width: 1600px) {
  .booking_wrapper .form-booking-wrapper {
    padding: 96px 60px;
  }
}
.booking_wrapper .form {
  display: none;
  flex-direction: column;
  border-radius: 5px;
  gap: 10px;
  font-size: 15px;
}
.booking_wrapper .form[data-show] {
  display: flex;
}
@media (min-width: 1330px) {
  .booking_wrapper .form {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    font-size: 15px;
  }
}
@media (min-width: 1460px) {
  .booking_wrapper .form {
    font-size: 16px;
  }
}
.booking_wrapper .form > label,
.booking_wrapper .form > .time-wrapper {
  width: 100%;
  min-width: 0;
}
@media (min-width: 1330px) {
  .booking_wrapper .form > label,
  .booking_wrapper .form > .time-wrapper {
    flex: 1 1 0;
  }
}
@media (min-width: 1330px) {
  .booking_wrapper .form.form-edit-reservation {
    font-size: 15px;
  }
}
@media (min-width: 1460px) {
  .booking_wrapper .form.form-edit-reservation {
    font-size: 16px;
  }
}
.booking_wrapper .form .other-location {
  display: none;
}
.booking_wrapper .form .location-wrapper {
  width: 100%;
}
.booking_wrapper .form .location-wrapper .select-locations {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #000;
}
.booking_wrapper .form .time-wrapper {
  display: flex;
  flex-direction: column;
}
.booking_wrapper .form .time-wrapper span {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.booking_wrapper .form input {
  background-color: var(--color-white);
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  padding: 0 20px;
}
.booking_wrapper .form input:focus {
  outline: none;
}
@media (min-width: 1330px) {
  .booking_wrapper .form input {
    height: 53px;
  }
}
.booking_wrapper .form .other-location-label select {
  margin-top: 5px;
}
.booking_wrapper .form select {
  background-image: url("../images/chevron.svg");
  background-position: calc(100% - 10px) center;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-size: 15px;
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #000;
  position: relative;
}
.booking_wrapper .form select:focus {
  outline: none;
}
@media (min-width: 1330px) {
  .booking_wrapper .form select {
    height: 53px;
  }
}
.booking_wrapper .form select {
  -webkit-appearance: none;
}
.booking_wrapper .form label {
  color: var(--color-white);
}
.booking_wrapper .form .submit-wrapp {
  display: flex;
  align-items: flex-end;
  text-align: center;
  width: 100%;
}
@media (min-width: 1330px) {
  .booking_wrapper .form .submit-wrapp {
    flex: 0 0 auto;
    width: auto;
    min-width: 140px;
  }
}
.booking_wrapper .form .submit-wrapp button {
  width: 100%;
  white-space: nowrap;
}
.booking_wrapper .form-edit-reservation {
  display: none;
}
.booking_wrapper .form-edit-reservation.loaderActive span.text {
  display: none;
}
.booking_wrapper .form-edit-reservation.loaderActive span.loader {
  display: block;
}
.booking_wrapper .form-edit-reservation input {
  width: calc(100% - 40px);
  padding-inline: 20px;
}
.booking_wrapper .form-edit-reservation.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.booking_wrapper .form-edit-reservation .submit-wrapp {
  margin: 0;
}
.booking_wrapper .form-edit-reservation .submit-wrapp span.loader {
  width: 10px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-accent-second);
  --_m:
  conic-gradient(#0000 10%,#000),
  linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.booking_wrapper .cancel_reservation_label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.booking_wrapper .cancel_reservation_label input {
  width: 30px;
}
.booking_wrapper .carsList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0;
}
.booking_wrapper .carsList-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
@media (min-width: 768px) {
  .booking_wrapper .carsList-item {
    width: calc((100% - 10px) / 2);
    height: auto;
  }
}
@media (min-width: 1024px) {
  .booking_wrapper .carsList-item {
    width: calc((100% - 20px) / 3);
  }
}
.booking_wrapper .carsList-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: rgba(231, 40, 42, 0.2);
}
.booking_wrapper .carsList-item .swiper {
  width: 100%;
  height: auto;
  min-height: 0;
  margin-bottom: 0;
  padding: 20px 20px 8px;
  background: linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
  box-sizing: border-box;
}
.booking_wrapper .carsList-item .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.booking_wrapper .carsList-item .swiper .swiper-pagination {
  position: relative;
  margin-top: 8px;
}
.booking_wrapper .carsList-item h3,
.booking_wrapper .carsList-item h3.name {
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 12px;
  padding: 0;
  color: #1a1a2e;
  line-height: 1.35;
}
.booking_wrapper .carsList-item h3 span,
.booking_wrapper .carsList-item h3.name span {
  display: inline;
  font-weight: 500;
  color: #6b7280;
  font-size: 0.9em;
}
.booking_wrapper .carsList-item .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  overflow: hidden;
}
.booking_wrapper .carsList-item .thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.booking_wrapper .carsList-item a:not(.price_car_total_button) {
  border: 2px solid var(--color-accent);
  transition: all 0.25s ease;
}
.booking_wrapper .carsList-item a:not(.price_car_total_button):hover {
  background-color: #fff;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
}
.booking_wrapper .carsList-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.booking_wrapper .carsList-item .car_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.booking_wrapper .carsList-item .car_price .total {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-accent);
  position: relative;
}
.booking_wrapper .carsList-item .car_price .total::after {
  content: "";
  width: 2px;
  height: 37px;
  position: absolute;
  right: -10px;
  background-color: #f3f3f3;
  top: 0;
}
.booking_wrapper .carsList-item .car_price .price-perDay {
  font-size: 16px;
  font-weight: 700;
}
.booking_wrapper .carsList-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0px 20px 10px !important;
  font-size: 12px;
}
.booking_wrapper .carsList-item-meta li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.2;
}
.booking_wrapper .carsList-item-meta li svg path {
  fill: var(--color-accent);
}
.booking_wrapper .carsList-item .vehicle-additional-info-tooltip {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 6;
}
.booking_wrapper .carsList-item .vehicle-additional-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-accent-second);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.booking_wrapper .carsList-item .vehicle-additional-info-text {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 5;
  min-width: 220px;
  max-width: 280px;
  padding: 10px 12px;
  border-radius: 10px;
  background-color: var(--color-accent-second);
  color: var(--color-white);
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.booking_wrapper .carsList-item .vehicle-additional-info-text::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: var(--color-accent-second) transparent transparent transparent;
}
.booking_wrapper .carsList-item .vehicle-additional-info-tooltip:hover .vehicle-additional-info-text,
.booking_wrapper .carsList-item .vehicle-additional-info-tooltip:focus-within .vehicle-additional-info-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.booking_wrapper .carsList-item .car_pricing {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 16px 16px;
}
.booking_wrapper .step_one {
  width: 100%;
}
.booking_wrapper .step_one.booking_wrapper {
  max-width: 100% !important;
}
.booking_wrapper .step_one .container {
  width: 100%;
}
.booking_wrapper.booking_wrapper_category {
  grid-column: span 4;
}
.booking_wrapper .submit:hover {
  background-color: #fff;
  color: var(--color-accent);
}
.booking_wrapper #processToUpdateBooking,
.booking_wrapper #procesToPaymentButton {
  transition: all 0.3s;
  border: 2px solid var(--color-accent-second);
  background-color: var(--color-accent-second);
}
.booking_wrapper #processToUpdateBooking:hover,
.booking_wrapper #procesToPaymentButton:hover {
  background-color: #fff;
  color: var(--color-accent);
}

.step_two.booking_wrapper {
  padding: 20px;
}
@media (min-width: 1330px) {
  .step_two.booking_wrapper {
    padding: 0;
  }
}

.step-third .insurancePackage {
  list-style-type: none;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.stepThird {
  background: linear-gradient(145deg, #eaeaea 0%, #ececec 100%);
  padding: 24px 16px 32px;
}
.stepThird.booking_wrapper {
  max-width: 100% !important;
}
.stepThird h4 {
  font-size: 1.35rem;
  text-align: left;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1b1b1b;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .stepThird h4 {
    font-size: 1.75rem;
    margin-bottom: 18px;
  }
}
.stepThird h4 + .available_insurances,
.stepThird h4 + .available_addons {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .stepThird {
    padding: 40px 24px 48px;
  }
}
.stepThird .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 0;
}
@media (min-width: 760px) {
  .stepThird .container {
    padding-inline: 12px;
  }
}
.stepThird .next_steps {
  padding-top: 20px;
  justify-content: flex-end;
}
.stepThird .next_steps .button {
  height: 42px !important;
  width: auto !important;
  min-width: 132px;
  margin: 0 !important;
  padding: 0 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  background: var(--color-accent) !important;
  border: none !important;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-transform: none;
}
.stepThird .insurance-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
.stepThird .insurance-wrapper .button.form-next-step {
  margin-right: 20px;
  margin-top: 50px;
}
.stepThird .insurance-wrapper .insurance-packages {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .stepThird .insurance-wrapper .insurance-packages {
    grid-template-columns: 500px minmax(40px, 1fr) minmax(40px, 1fr) minmax(40px, 1fr);
    gap: 0px;
  }
}
.stepThird .insurance-wrapper .insurance-packages li {
  font-size: 16px;
}
.stepThird .insurance-wrapper .insurance-packages li.onlyDesktop {
  display: none;
}
@media (min-width: 768px) {
  .stepThird .insurance-wrapper .insurance-packages li.onlyDesktop {
    display: block;
  }
}
.stepThird .insurance-wrapper .insurance-packages li.onlyDesktop .insurance-packages-vertical:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
}
.stepThird .insurance-wrapper .insurance-packages li.onlyDesktop .insurance-packages-vertical li {
  border-bottom: 2px solid #F3F3F3;
}
.stepThird .insurance-wrapper .insurance-packages li.onlyDesktop .insurance-packages-vertical li:last-child {
  border-bottom: 2px solid #F3F3F3;
}
.stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical {
  list-style-type: none;
  text-align: center;
  transition: all 0.3s;
  padding: 30px 0 30px 0;
}
@media (min-width: 768px) {
  .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical.is-active {
    transform: scale(1.05);
    transition: all 0.3s;
    background-color: var(--color-white);
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  }
  .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical.is-active .selectInsurance {
    background-color: var(--color-accent);
    color: var(--color-white);
  }
}
.stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical-Title {
  font-weight: 700;
  font-size: 22px;
}
.stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li {
  min-block-size: auto;
  border-bottom: 2px solid #F3F3F3;
}
.stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li:last-child {
  border-bottom: 0;
}
.stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
@media (min-width: 768px) {
  .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li {
    flex-direction: row;
    gap: 0;
    min-block-size: 46px;
    padding: 0;
  }
}
.stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li:first-child {
  height: 100px;
}
.stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li .onlyMobile {
  display: block;
}
@media (min-width: 768px) {
  .stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical li .onlyMobile {
    display: none;
  }
}
.stepThird .insurance-wrapper .insurance-packages li .insurance-packages-vertical .priceRow .price {
  font-size: 18px;
  font-weight: 700;
}
.stepThird .insurance-wrapper .insurance-packages li:first-child .insurance-packages-vertical {
  text-align: left;
}
.stepThird .insurance-wrapper .insurance-packages li:first-child .insurance-packages-vertical li {
  justify-content: flex-start;
}
.stepThird .insurance-wrapper .insurance-packages .package_symbol {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-bottom: 15px;
}
.stepThird .insurance-wrapper .insurance-packages .package_symbol span {
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: var(--color-accent);
}
.stepThird .insurance-wrapper .insurance-packages .active_option {
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background-color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.stepThird .insurance-wrapper .insurance-packages .active_option svg {
  width: 16px;
}
.stepThird .insurance-wrapper .insurance-packages .active_option.not {
  background-color: var(--color-grey);
}
.stepThird .insurance-wrapper .insurance-packages .selectInsurance {
  border: 2px solid var(--color-accent);
  background-color: var(--color-white);
  color: var(--color-accent);
  transition: all 0.3s;
}
.stepThird .insurance-wrapper .insurance-packages .selectInsurance:hover {
  background-color: var(--color-accent);
  color: var(--color-white);
  transition: all 0.3s;
}

.ui-widget-header {
  background: transparent;
  border: none;
}

.ui-state-default {
  border: none !important;
  text-align: center !important;
}

.ui-state-active {
  background: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
}

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  border-color: #fff !important;
}

.booking_step_details {
  background-color: var(--color-accent);
  max-width: 100%;
  border-radius: 8px;
  display: block;
  grid-template-columns: 1fr;
  padding: 20px;
  margin-bottom: 60px;
  color: var(--color-accent-second);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .booking_step_details {
    grid-area: item5;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "view1 view2 view3 view4";
    gap: 20px;
  }
}
.booking_step_details .locations {
  font-weight: 500;
  font-size: 16px;
}
.booking_step_details .locations .location_dropoff svg {
  transform: rotate(180deg);
}
.booking_step_details .choosed_car {
  margin-block: 30px;
}
@media (min-width: 768px) {
  .booking_step_details .choosed_car {
    margin-block: 0px;
  }
}
.booking_step_details .choosed_car .car {
  font-size: 16px;
  font-weight: 800;
}
.booking_step_details .choosed_car .car span {
  font-weight: 400;
}
.booking_step_details .choosed_car .car_category {
  font-size: 14px;
}
.booking_step_details .choosed_car .car_image img {
  width: 100%;
  height: auto;
}
.booking_step_details .total_info {
  grid-area: view4;
}
.booking_step_details .total_info .change_booking {
  background-color: #fff;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  font-size: 16px;
  padding: 12px 24px;
  margin-left: auto;
  display: block;
}
.booking_step_details .total_info .change_booking:hover {
  cursor: pointer;
  background-color: var(--color-accent-second);
  color: #fff;
  transition: all 0.3s;
}
.booking_step_details .total_info .booking_totals {
  font-size: 20px;
  color: var(--color-accent-second);
  text-align: right;
}
.booking_step_details .total_info .booking_totals .new_price_info p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 16px;
}
.booking_step_details .total_info .booking_totals .total_price {
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
  color: white;
}
.booking_step_details .total_info .booking_totals .total_price span {
  font-size: 22px;
  font-weight: 700;
  float: none;
}
.booking_step_details .total_info .booking_totals .total_price div {
  float: none;
}
.booking_step_details .total_info .booking_totals span {
  font-weight: 400;
  font-size: 22px;
}
.booking_step_details .total_info .coupon-container {
  margin-top: 15px;
  margin-left: 0;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.booking_step_details .total_info .coupon-container .half-width {
  flex: 1 1 180px;
  min-width: 0;
}
.booking_step_details .total_info .coupon-container .coupon-code {
  width: 100%;
  box-sizing: border-box;
}
.booking_step_details .total_info .apply-coupon-code {
  margin-left: 0;
  flex: 0 0 auto;
  max-width: 100%;
}
.booking_step_details.step_1 .locations {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .booking_step_details.step_1 .locations {
    flex-direction: row;
  }
}
.booking_step_details.step_1 .locations .location_single {
  display: flex;
  align-items: center;
  gap: 15px;
}
.booking_step_details.step_2 {
  background: linear-gradient(145deg, #1a1a2e 0%, #404045 100%);
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .booking_step_details.step_2 {
    padding: 24px 28px;
    gap: 24px;
    align-items: start;
  }
}
.booking_step_details.step_2 .locations {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
  line-height: 1.45;
}
.booking_step_details.step_2 .locations .location_single {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.booking_step_details.step_2 .locations svg rect {
  fill: var(--color-accent);
}
.booking_step_details.step_2 .locations .edit-booking-criteria,
.booking_step_details.step_2 .locations #btn_edit_booking_criteria {
  padding: 4px 14px !important;
  font-size: 12px !important;
  float: none;
}
.booking_step_details.step_2 .choosed_car {
  margin-block: 20px;
}
@media (min-width: 768px) {
  .booking_step_details.step_2 .choosed_car {
    margin-block: 0;
  }
}
.booking_step_details.step_2 .choosed_car .car {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.35;
}
.booking_step_details.step_2 .choosed_car .car span {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}
.booking_step_details.step_2 .choosed_car .car_image img {
  border-radius: 10px;
  max-height: 96px;
  width: auto;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px;
}
.booking_step_details.step_2 .choosed_insurance_and_extras h5 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.booking_step_details.step_2 .choosed_insurance_and_extras .additionalOptions li,
.booking_step_details.step_2 .choosed_insurance_and_extras .insurancePackage li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.4;
  padding: 4px 0;
}
.booking_step_details.step_2 .total_info .booking_totals {
  color: #fff;
  text-align: right;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.booking_step_details.step_2 .total_info .booking_totals .total_price {
  font-size: 1.75rem;
  font-weight: 800;
  padding-top: 6px;
  line-height: 1.1;
  color: white;
}
.booking_step_details.step_2 .total_info .booking_totals .total_price span,
.booking_step_details.step_2 .total_info .booking_totals .total_price div {
  color: white;
  font-size: 1.35rem;
  font-weight: 800;
}
.booking_step_details.step_2 .total_info .booking_totals > span:last-child {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6);
}
.booking_step_details.step_2 .total_info #frm_apply_promo_code {
  margin-top: 10px;
}
.booking_step_details.step_2 .total_info .coupon-container {
  margin-top: 0;
  margin-left: 0;
  float: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}
.booking_step_details.step_2 .total_info .coupon-container .half-width {
  flex: 1 1 auto;
  min-width: 0;
}
.booking_step_details.step_2 .total_info .coupon-container .coupon-code-label {
  display: block;
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.2;
}
.booking_step_details.step_2 .total_info .coupon-container br {
  display: none;
}
.booking_step_details.step_2 .total_info .coupon-container .coupon-code {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-sizing: border-box;
}
.booking_step_details.step_2 .total_info .coupon-container .coupon-code::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.booking_step_details.step_2 .total_info .apply-coupon-code {
  min-width: 0;
  margin: 0;
  padding: 0 12px !important;
  border: none;
  color: #fff;
  flex: 0 0 auto;
  white-space: nowrap;
  letter-spacing: 0.02em;
  display: inline-block;
}

@media (min-width: 768px) {
  .carImage {
    height: 200px;
  }
}

.car_pricing {
  margin-bottom: 30px;
}
.car_pricing .pricing_mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--color-light-background);
  width: 100%;
  border-radius: 8px;
  align-items: center;
  overflow: hidden;
}
.car_pricing .pricing_mode a {
  color: var(--color-grey);
  border: none;
  text-decoration: none;
  display: flex;
  gap: 5px;
  padding: 10px;
  font-size: 12px;
}
.car_pricing .pricing_mode a svg.inactive {
  display: block;
}
.car_pricing .pricing_mode a svg.active {
  display: none;
}
.car_pricing .pricing_mode a.active {
  background-color: var(--color-accent);
  color: var(--color-white);
}
.car_pricing .pricing_mode a.active svg.inactive {
  display: none;
}
.car_pricing .pricing_mode a.active svg.active {
  display: block;
}
.car_pricing .pricing_mode a:hover {
  border: none;
  background-color: var(--color-accent);
  color: var(--color-white);
}
.car_pricing .car_pricing_total {
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  margin-top: 0;
}
.car_pricing .car_pricing_total .pricewrapp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  background: #f8f9fb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
}
.car_pricing .car_pricing_total.active {
  display: block;
}
.car_pricing .car_pricing_total .price_car_total {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-accent);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.car_pricing .car_pricing_total .price_car_total:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.car_pricing .car_pricing_total .price_car_total span {
  font-weight: 500;
  font-size: 13px;
  padding-top: 0;
  flex-shrink: 0;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.car_pricing .car_pricing_total .price_car_total_button {
  grid-column: 1/-1;
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 0 0 12px 12px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: none !important;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.car_pricing .car_pricing_total .price_car_total_button:hover {
  background-color: var(--color-accent-second) !important;
  color: #fff !important;
  transform: none;
}

.available_insurances {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .available_insurances {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
  }
}
.available_insurances .single_insurance {
  background-color: #fff;
  display: grid;
  grid-template-columns: 36px 40px 1fr auto;
  align-items: center;
  gap: 10px 12px;
  color: var(--color-accent-second);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.available_insurances .single_insurance svg {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.available_insurances .single_insurance.active {
  background-color: rgba(231, 40, 42, 0.06);
  border-color: var(--color-accent);
  box-shadow: 0 4px 14px rgba(231, 40, 42, 0.12);
}
.available_insurances .single_insurance .insurence_details h3 {
  color: var(--color-accent-second);
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  line-height: 1.3;
}
.available_insurances .single_insurance .insurence_details p {
  font-size: 12px;
  margin: 4px 0 0;
  padding: 0;
  color: #6b7280;
  line-height: 1.35;
}
.available_insurances .single_insurance .insurance_price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  gap: 4px;
  font-size: 16px;
  color: var(--color-accent);
  flex-shrink: 0;
}
.available_insurances .single_insurance .insurance_price span {
  font-weight: 500;
  font-size: 11px;
  flex-shrink: 0;
}

.available_addons {
  background-color: var(--color-white);
  color: var(--color-accent-second);
  padding: 14px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .available_addons {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
    padding: 16px 18px;
  }
}
.available_addons h3 {
  grid-column: 1/-1;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 8px;
  color: var(--color-accent-second);
  font-weight: 600;
}
.available_addons .single_addon {
  background-color: #f8f9fb;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.available_addons .single_addon .addon_detail {
  text-align: left;
  min-width: 0;
}
.available_addons .single_addon.selected {
  background-color: rgba(231, 40, 42, 0.06);
  border-color: var(--color-accent);
  box-shadow: 0 4px 14px rgba(231, 40, 42, 0.1);
}
.available_addons .single_addon h5 {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  color: var(--color-accent-second);
  font-weight: 600;
}
.available_addons .single_addon p {
  font-size: 12px;
  margin: 4px 0 0;
  color: #6b7280;
  line-height: 1.35;
}
.available_addons .single_addon:hover {
  background-color: #fff;
  border-color: rgba(231, 40, 42, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.available_addons .single_addon[isqty] {
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
}
.available_addons .single_addon[isqty] .checkbox_qty {
  grid-row: 1/span 2;
  align-self: center;
}
.available_addons .single_addon[isqty] .qty_total_group {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.available_addons .single_addon[isqty] .addon_qty {
  grid-column: auto;
  justify-self: auto;
  margin: 0;
}
.available_addons .single_addon[isqty] .addon_price {
  margin-left: 0;
}
.available_addons .single_addon .single_addon_tile {
  display: grid;
  grid-template-areas: "detail detail" "qty    checkbox";
  grid-template-columns: 70% 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px 5px;
  padding: 15px 24px;
  box-sizing: border-box;
}
.available_addons .single_addon .single_addon_tile .addon_detail h5 {
  font-size: 16px;
}
.available_addons .single_addon .single_addon_tile .addon_detail {
  grid-area: detail;
  width: 100%;
}
.available_addons .single_addon .single_addon_tile .qty_total_group {
  grid-area: qty;
  width: 100%;
}
.available_addons .single_addon .single_addon_tile .checkbox_qty {
  grid-area: checkbox;
  place-self: center;
}
.available_addons .addon_qty {
  width: auto;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  justify-content: center;
  width: auto;
  height: auto;
  grid-column: 2/-1;
  justify-self: end;
}
.available_addons .addon_qty button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent-second);
  width: 28px;
  height: 28px;
  padding: 0;
}
.available_addons .addon_qty button:focus {
  outline: none;
}
.available_addons .addon_qty .qty {
  border: none;
  background-color: transparent;
  font-size: 15px;
  padding: 0;
  font-weight: 700;
  text-align: center;
  color: var(--color-accent-second);
  width: 28px;
  -webkit-appearance: none;
}
.available_addons .addon_qty .qty:focus {
  outline: none;
}
.available_addons .addon_qty .qty::-webkit-outer-spin-button, .available_addons .addon_qty .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.available_addons .addon_price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-weight: 700;
  gap: 4px;
  font-size: 16px;
  color: var(--color-accent);
  flex-shrink: 0;
  width: auto;
  margin-left: 0;
}
.available_addons .addon_price span {
  font-weight: 500;
  font-size: 11px;
  flex-shrink: 0;
}
.available_addons .inputCheckbox {
  display: none;
}

.next_steps {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.next_steps button {
  border: none;
}

.form-next-step {
  background-color: var(--color-accent) !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 40px !important;
  margin: 0 !important;
  text-transform: uppercase;
  width: auto !important;
  border: none !important;
}

.choosed_insurance_and_extras h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}
.choosed_insurance_and_extras .additionalOptions {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.choosed_insurance_and_extras .additionalOptions li {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .choosed_insurance_and_extras .additionalOptions li {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .choosed_insurance_and_extras .additionalOptions {
    margin: 0;
  }
}
.choosed_insurance_and_extras .insurancePackage {
  padding: 0;
  list-style-type: none;
}
.choosed_insurance_and_extras .insurancePackage li {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  align-items: center;
}
@media (min-width: 768px) {
  .choosed_insurance_and_extras .insurancePackage li {
    justify-content: space-between;
  }
}
.choosed_insurance_and_extras .insurancePackage li .totalInsurance {
  font-size: 25px;
  font-weight: 700;
  width: auto;
  flex-shrink: 0;
  text-align: right;
}
.choosed_insurance_and_extras .insurancePackage li .totalInsurance span {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .choosed_insurance_and_extras .insurancePackage li .totalInsurance {
    width: 100px;
    font-size: 32px;
  }
}

.toggle_forms {
  display: none;
  color: var(--color-white);
  text-decoration: none;
  margin-top: 10px;
}
.toggle_forms[data-show] {
  display: block;
}
.toggle_forms:focus, .toggle_forms:active {
  outline: none;
  border: none;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  transition: all 0.3s;
}
.popup-overlay .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-accent);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 400px;
  text-align: center;
  color: var(--color-white);
  font-size: 22px;
  font-weight: 500;
  padding-top: 40px;
}
.popup-overlay .popup .info_mark {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: -32px;
  margin-left: -32px;
  background-color: var(--color-white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-overlay .popup .info_mark .success {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23C2DE93'/%3E%3Cpath d='M21.3334 12L14.0001 19.3333L10.6667 16' stroke='%23141414' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.popup-overlay .popup .info_mark .error {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23FF0000' fill-opacity='0.5'/%3E%3Cpath d='M21 11.4668L11.5035 20.5332L15.8201 16.4121' stroke='%23141414' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 11.4668L20.4965 20.5332L16.1799 16.4121' stroke='%23141414' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.popup-overlay .popup .close {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: var(--color-white);
}
.popup-overlay .popup .actions {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 25px;
}
.popup-overlay .popup .actions a {
  text-decoration: none;
  border-radius: 5px;
  color: var(--color-white);
  padding: 10px;
}
.popup-overlay .popup .actions a:active, .popup-overlay .popup .actions a:focus {
  outline: none;
}
.popup-overlay .popup .actions a[data-action=yes] {
  background-color: var(--color-accent-second);
}

.izmena_rezervacije {
  color: var(--color-white);
  text-align: center;
}
.izmena_rezervacije a {
  color: #fff;
}

.buttonProcessAfter a {
  text-align: center;
  line-height: 20px;
  padding: 10px;
}
.buttonProcessAfter {
  display: none;
}

.swiper {
  width: 100%;
  height: 270px;
  margin-bottom: 25px;
}
.swiper .swiper-pagination-bullet {
  background-color: var(--color-accent);
  border: none;
  width: 15px;
  height: 15px;
  opacity: 0.7;
}
.swiper .swiper-pagination-bullet-active {
  border: none;
  opacity: 1;
  background-color: var(--color-accent-second);
}
.swiper .swiper-pagination-bullet:focus, .swiper .swiper-pagination-bullet:active {
  outline: none;
}

/*# sourceMappingURL=style.css.map */
