.renteon-tabs {
    display: flex;
    margin-bottom: 1em;
}

.renteon-tab-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #f0f0f0;
    margin-right: 5px;
}
button.renteon-tab-button {
    background: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #242424;
}

.renteon-tab-button i {
    margin: 0 10px 0 0;
}
.renteon-tab-button.active {
    background-color: #74d74c;
    border-top-right-radius: 20px;
    color: #fff;
}
.flatpickr-innerContainer .flatpickr-day.selected,
.flatpickr-innerContainer .flatpickr-day.startRange,
.flatpickr-innerContainer .flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-innerContainer .flatpickr-day.startRange.inRange,
.flatpickr-innerContainer .flatpickr-day.endRange.inRange,
.flatpickr-innerContainer .flatpickr-day.selected:focus,
.flatpickr-innerContainer .flatpickr-day.startRange:focus,
.flatpickr-innerContainer .flatpickr-day.endRange:focus,
.flatpickr-innerContainer .flatpickr-day.selected:hover,
.flatpickr-innerContainer .flatpickr-day.startRange:hover,
.flatpickr-innerContainer .flatpickr-day.endRange:hover,
.flatpickr-innerContainer .flatpickr-day.selected.prevMonthDay,
.flatpickr-innerContainer .flatpickr-day.startRange.prevMonthDay,
.flatpickr-innerContainer .flatpickr-day.endRange.prevMonthDay,
.flatpickr-innerContainer .flatpickr-day.selected.nextMonthDay,
.flatpickr-innerContainer .flatpickr-day.startRange.nextMonthDay,
.flatpickr-innerContainer .flatpickr-day.endRange.nextMonthDay {
    background: #74d74c;
    border-color: #74d74c;
}
.flatpickr-innerContainer
    .flatpickr-day.selected.startRange
    + .endRange:not(:nth-child(7n + 1)),
.flatpickr-innerContainer
    .flatpickr-day.startRange.startRange
    + .endRange:not(:nth-child(7n + 1)),
.flatpickr-innerContainer
    .flatpickr-day.endRange.startRange
    + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #74d74c;
    box-shadow: -10px 0 0 #74d74c;
}
.renteon-tab-content {
    display: none;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    margin: 0 0 15px;
    border-radius: 5px;
}

.renteon-tab-content.active {
    display: block;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background-color: #74d74c !important; /* prilagodi barvo izbrane datuma */
    color: #fff; /* prilagodi barvo besedila */
}

.flatpickr-day.today {
    border-color: #74d74c !important; /* prilagodi obrobo današnjega datuma */
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #74d74c;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #74d74c;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    box-shadow: -10px 0 0 #74d74c;
}
.wrapper.renteon-form {
    background: #fff;

    display: block;

    width: 100%;

    max-width: 100%;

    padding: 0px;

    border-bottom-left-radius: 3px;

    border-bottom-right-radius: 3px;

    border-top-left-radius: 3px;

    border-top-right-radius: 3px;
}

.loading-btn {
    padding-left: 30px;
}

.renteon-loader {
    display: flex;

    justify-content: end;
}

label.label_text.return {
    margin-left: 10px;
}

.loading-btn .spinner {
    position: absolute;

    top: 50%;

    width: 20px;

    height: 20px;

    margin-top: -10px;

    border: 2px solid #fff;

    border-top: 2px solid transparent;

    border-radius: 50%;

    animation: spin 1s linear infinite;

    left: 14px;
}
.can-modi .spinner {
    width: 100%;
    right: 69px;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: 14px;
    display: none;
}

.can-modi {
    position: relative;
}
.renteon-field-error {
    margin: 20px 0;

    color: red;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.mobile-info {
    display: none;
}

i.bi.bi-chevron-left {
    display: none;
}

.wrapper {
    display: unset;
}

.dropdown-content {
    display: none;
}

div#dropdown-content.open,
div#dropdown-content-drop.open {
    display: block;
}

.modify_area {
    padding: 20px 0;
}

div#dropdown-content,
#dropdown-content-drop {
    display: none;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect {
    padding: 10px;

    font-size: 20px;

    width: 30%;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 40px;

    width: 40px;

    height: 24px;

    line-height: 32px;

    font-size: 20px;
}

tr.blnk_row {
    margin: 10px;

    display: block;
}

button#endRang {
    margin-left: 10px;
}

.clender_date_box {
    background: none;
}
ul#my_Tab,
ul#my_Tab li button {
    border: 0;
}
ul#my_Tab {
    margin: 10px 0 0;
}
ul#my_Tab li button {
    background: #74d74c;
    color: #fff;
    border-radius: 10px;
}

/*car*/
.cartitle-details .title {
    min-height: 38px;
}
.start_location,
.end_location,
.dropdown-button,
.car-box .title {
    font-weight: 600;
    font-size: medium;
    color: black;
}

.car-box .title span {
    font-weight: 400;
}

.feature span {
    font-size: 16px;
}

.cartitle-details {
    width: 100%;

    display: inline-block;

    float: left;
}

.cancelation-details {
    display: inline-block;

    float: right;

    margin: auto;

    width: 35%;
}

.cancel-inner {
    border: 3px solid #74d74c;
    border-radius: 10px;
    /* width: auto; */
    /* height: auto; */
    text-align: center;
    color: #39f;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: #74d74c;
    display: inline-block;
    color: #fff;
    padding: 11px 8px;
    /* border-radius: 5px; */
    /* margin: 0px 0 0;*/
}

.cancel-inner span {
    font-size: 15px;
}

.cancel-inner h6 {
    font-size: 19px;

    font-weight: 700;

    margin: 0;
}

.renteon_notification {
    text-align: center;

    display: block;

    width: 100%;

    color: #3399ff;

    font-weight: 600;

    padding: 20px 0 0;
}

.availability-main {
    display: flex;

    flex-wrap: wrap;

    max-width: 100% !important;

    justify-content: space-between;    
}

.cars.hidden {
    display: none;
}

.cars {
    border-radius: 10px;

    background: white;

    flex: 0 1 32%;

    margin: 30px 0 0 0;

    position: relative;

    box-shadow: 0 0 10px #ebebeb;

    border-top: 3px solid #74d74c;

    border-right: 3px solid #74d74c;

    border-bottom: 3px solid #74d74c;

    border-left: 3px solid #74d74c;

    box-shadow: rgb(0 0 0 / 87%) 0 0 16px;
}

.car_features {
    display: flex;

    justify-content: space-between;

    width: 85%;

    margin: auto;
}

.cars-inner {
    padding: 20px;
}

form {
    border-radius: 10px;
}

button.btn-book {
    border: none;

    background: #74d74c;

    padding: 10px;

    width: 100%;

    margin: 0;

    display: block;

    text-align: center;

    color: #fff;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

    text-transform: uppercase;

    font-weight: 500;

    letter-spacing: 1px;
}

.car-page div#promocode-text {
    display: none;
}

.car-page div#modify-form {
    display: none;
}
.total_price .label,
.total_price .t_price {
    font-size: 20px;

    font-weight: 700;
}
.personal-info .nav-tabs .nav-link.active,
.personal-info .nav-tabs .nav-item.show .nav-link {
    background: #74d74c;
    color: #fff;
    border-radius: 10px;
}
.car-image {
    text-align: center;
}

.car_categories {
    background: #74d74c;

    display: inline-block;

    color: #fff;

    padding: 6px 25px;

    border-radius: 5px;

    margin: 5px -3px 0px;
}

.feature {
    text-align: center;
}

.feature * {
    display: block;

    text-align: center;
}

.feature i {
    background: #3399ff;

    color: #fff;

    padding: 10px;

    font-size: 20px;

    border-radius: 10px;

    width: 60px;

    margin: auto;
}

.prices {
    display: block;

    margin: 30px 0 0;
}

.feature_img {
    background: #515151;

    text-align: center;

    display: inline-block;

    padding: 15px 22px;

    border-radius: 10px;
}

.per_day_price,
.total_price {
    display: flex;

    justify-content: space-between;
}

.per_day_price {
    border-bottom: 1px solid #e3eddc;

    padding: 10px 0;

    margin: 10px 0;
}

.modal {
    display: none; /* Hidden by default */

    position: fixed; /* Stay in place */

    z-index: 1; /* Sit on top */

    padding-top: 100px; /* Location of the box */

    left: 0;

    top: 0;

    width: 100%; /* Full width */

    height: 100%; /* Full height */

    overflow: auto; /* Enable scroll if needed */

    background-color: rgb(0, 0, 0); /* Fallback color */

    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content.small-modal {
    width: 40%;
}

/* Modal Content */

.modal-content {
    position: relative;

    background-color: #fefefe;

    margin: auto;

    padding: 0;

    border: 1px solid #888;

    width: 80%;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    -webkit-animation-name: animatetop;

    -webkit-animation-duration: 0.4s;

    animation-name: animatetop;

    animation-duration: 0.4s;
}

.modal-header-2 {
    display: flex;

    justify-content: flex-start;

    width: 100%;

    flex-direction: row;

    align-items: center;

    border-bottom: 1px solid #cfcfcf;
}

.btn-inner {
    display: flex;

    margin-left: auto;

    margin-right: 20px;
}

.img-ineer {
    border: 1px solid #ccc;

    border-radius: 50%;

    padding: 10px 15px;

    margin: 0 20px;

    width: 60px;
}

.content-inner h6 {
    color: #39f;

    font-size: 20px;

    font-weight: 700;

    margin: 0;
}

.content-inner span {
    color: #242424;

    font-weight: 500;

    font-size: 18px;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.modal-feature.row {
    border-bottom: 1px solid #ccc;

    padding: 10px 0;

    align-items: center;

    margin: 0 5px;
}

.col-md-5.not-includ {
    text-align: right;
}

.modal-content.small-modal .modal-body {
    padding: 0 7px;
}

button.modal_buuton,
button.modal_buton {
    margin: 20px 0;

    background: #74d74c;

    color: #fff;

    padding: 10px 25px;

    border: 1px solid #74d74c;

    border-radius: 5px;
}

.modal-content.small-modal .modal-header h6 {
    color: #515151;

    margin: 0;

    font-size: 18px;
    font-weight: 600;
}

.modal_buton_continue {
    margin: 20px 0;

    background: #515151;

    color: #fff;

    padding: 10px 25px;

    border: 1px solid #515151;

    border-radius: 5px;
}

.modal-content.small-modal .close {
    border: 1px solid #000;

    border-radius: 50%;

    width: 20px;

    height: 20px;

    line-height: 0.8;

    font-size: 20px;

    text-align: center;
}

form.Premium-submit {
    text-align: center;
}

.modal-content.small-modal .modal-header {
    margin: 15px 0 0;

    padding: 0 20px 15px;
}

.modal-content.small-modal .modal-body .pro_content {
    text-align: left;
}

/* The Close Button */

.close {
    color: #000;

    float: right;

    font-size: 28px;

    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;

    text-decoration: none;

    cursor: pointer;
}

car-box .title {
    font-weight: 700;

    color: #242424;
}

.car-box .title span {
    color: #666666;
}

.modal-header {
    padding: 2px 16px;
}

.modal-body {
    padding: 2px 16px;
}

.car-page {
    max-width: 100% !important;

    background: #e3e3e3;

    display: block;
    padding: 20px;
}

.location_date {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    background: #ffffff;

    border-radius: 0px;

    padding: 20px;

    border-top: 2px solid #74d74c;

    border-right: 2px solid #74d74c;

    border-bottom: 2px solid #74d74c;

    border-left: 2px solid #74d74c;

    box-shadow: rgb(0 0 0 / 87%) 0 0 3px;
}

button#edit_form {
    background: #74d74c;

    border-color: #74d74c;

    border-radius: 10px;

    padding: 6px 15px;

    color: #fff;

    width: auto;

    height: 60px;

    border: none;
}

.start_area {
    display: flex;

    margin-right: 30px;

    align-items: center;
}

.top-bar-inner {
    display: flex;
}

.offi_left {
    background: #74d74c;

    width: 50px;

    height: 50px;

    border-radius: 10px;

    padding: 10px;

    margin-right: 20px;

    text-align: center;
}

.end_area,
.car-section {
    display: flex;

    align-items: center;
}

.car_img img {
    width: 60px;

    height: auto;

    margin-right: 10px;
}

/* Style the container */

.dropdown-container {
    position: relative;

    display: inline-block;
}

.filters {
    margin: 20px 0 0;
}

/* Style the dropdown button */

/* Style the dropdown menu (hidden by default) */

.dropdown-menu {
    display: none;

    position: absolute;

    background-color: #f9f9f9;

    min-width: 160px;

    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

    z-index: 1;

    padding: 0;

    margin: 0;

    list-style: none;
}

/* Style the dropdown items */

.dropdown-menu li {
    color: black;

    padding: 12px 16px;

    text-decoration: none;

    display: block;

    cursor: pointer;
}

/* Change color on hover */

.dropdown-menu li:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown menu on button click */

.dropdown-menu {
    display: none;

    width: 99%;

    background: #fff;

    border: none;
}

.dropdown-container {
    padding-left: 10px;

    display: inline-block;

    background: #fff;

    padding: 10px;

    border-radius: 10px;

    cursor: pointer;

    width: 100%;

    border-top: 2px solid #74d74c;

    border-right: 2px solid #74d74c;

    border-bottom: 2px solid #74d74c;

    border-left: 2px solid #74d74c;

    box-shadow: rgb(116 215 76 / 87%) 0 0 10px;
}

.dropdown-container img {
    width: auto;

    display: inline-block;

    float: left;

    padding-right: 10px;
}

span.dropdown-button:after {
    content: "\F282";

    font-family: bootstrap-icons !important;

    position: absolute;

    right: 16px;
}

span.dropdown-button {
}

span.dropdown-button {
    border: none;

    outline: none;
}

.start_datetime,
.end_datetime {
    color: #666;

    font-size: 13px;
}

/*insurance page*/

div#confirm_submit {
    max-width: 100%;
}

button.modal_buuton.loading-btn {
    padding-left: 40px;
}

button.modal_buton.loading-btn {
    padding-left: 40px;
}

.insur_submit.loading-btn .spinner {
    left: 30%;
}

.insurance-inner img {
    width: 24px;
}

body .insurance-packages {
    max-width: 100%;

    background: #e3e3e3;

    display: block;

    padding: 20px;
}

.insurance-inner {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin: 10px 0 0;
}

.car-section {
    margin-left: 20px;

    border-left: 1px solid #ccc;

    padding-left: 20px;
}

.package {
    border-radius: 28px;

    background: white;

    flex: 0 0 32%;

    margin: 40px 0px 46px;

    position: relative;

    box-shadow: 0 0 10px #ebebeb;

    text-align: center;

    border-top: 2px solid #74d74c;

    border-right: 2px solid #74d74c;

    border-bottom: 2px solid #74d74c;

    border-left: 2px solid #74d74c;

    box-shadow: rgb(0 0 0 / 87%) 0 0 18px;
}

.insur_submit {
    border: none;

    background: #74d74c;

    padding: 10px;

    width: 100%;

    margin: 0;

    display: block;

    text-align: center;

    color: #fff;

    border-bottom-left-radius: 25px;

    border-bottom-right-radius: 25px;

    text-transform: uppercase;

    font-weight: 500;

    letter-spacing: 1px;
}

.package-basic h4 {
    /*font-size: 22px;

    font-weight: 600;

    margin: 10px 0 20px; */
    font-size: 23px;
    font-weight: 600;
    margin: 26px 0 41px;
    text-transform: uppercase;
}

.package-basic p {
    margin: 20px 0;

    min-height: 150px;

    vertical-align: middle;
}

.package_inner {
    padding: 20px 0 0;
}

.package_inner h4 {
    /* Tvoj CSS za h4 */
    font-size: 23px !important;
    color: #333 !important;
    font-weight: 600 !important;
    margin: 26px 0 41px !important;
    text-transform: uppercase !important;

    /* drugi stili */
}

.price-tab {
    padding: 20px 0;
}

.Price {
    font-size: 20px;

    font-weight: 700;
}

span.currency {
    padding-left: 10px;
}

.protections.row {
    text-align: left;

    align-items: center;

    border-bottom: 1px solid #cfcfcf;

    padding: 10px 0;

    margin: 0 15px;
}

.pro_name {
    color: #515151;

    font-weight: 600;

    font-size: 18px;
}

.pro_desc {
    color: #000;

    font-size: 14px;
}

span.recom_text {
    position: absolute;

    top: -30px;

    background: #74d74c;

    color: #fff;

    margin-left: auto;

    margin-right: auto;

    left: 0;

    right: 0;

    text-align: center;

    padding: 10px 15px;

    border-radius: 10px;

    width: 60%;
}

button.btn-book.loading-btn .spinner {
    left: 35%;
}

.loading-btn {
    position: relative;
}

.config-icon {
    position: relative;

    width: 100%;

    height: 1px;

    background-color: #e0e0e0;

    border-radius: 2px;

    margin: 30px 0;
}

.progress-bar-t {
    width: 50%; /* Adjust this value to change the progress */

    height: 100%;

    background-color: #e0e0e0;
}

.icon-container {
    position: absolute;

    top: -26px;

    left: 50%;

    transform: translateX(-50%);

    background-color: #ffffff;

    border-radius: 50%;

    padding: 13px;

    border: 1px solid #8b8b8b;
}

.icon-container img {
    width: 24px;

    height: 27px;
}

/* additionals  */
.option-row.international-travel h6 {
    font-family: inherit;
    color: #39f;
    font-size: 18px;
    font-weight: 600;
}
/*button.addi_submit.loading-btn {

    padding-left: 40px;

}
*/
.checkbox-custom,
.radio-custom {
    opacity: 0;

    position: absolute;

    z-index: 9999;

    top: 5px;

    right: auto;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;

    vertical-align: middle;

    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: "";

    background: #fff;

    border: 2px solid #74d74c;

    display: inline-block;

    vertical-align: middle;

    width: 20px;

    height: 20px;

    padding: 2px;

    margin-right: -10px;

    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f26e";

    font-family: bootstrap-icons !important;

    line-height: 1;

    color: #2d2c2c;

    padding: 0;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: red;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    /* outline: 1px solid #ddd; */ /* focus style */
}

.custom-check.col-sm-4 {
    position: relative;
}

#payment .promocode {
    padding: 10px;
    margin: 0px 0px 34px;
    border-radius: 10px;
    padding: 13px 21px;
    border-top: 3px solid #74d74c;
    border-right: 3px solid #74d74c;
    border-bottom: 3px solid #74d74c;
    border-left: 3px solid #74d74c;
    box-shadow: rgb(0 0 0 / 30%) 0 0 8px;
}

.service-name {
    color: #2d2c2c;

    font-size: 18px;

    font-weight: 600;
}

.service-price.col-sm-3 {
    color: #515151;

    font-size: 18px;

    font-weight: 700;
}

.option-row .row {
    align-items: center;
}

body .additional-page {
    max-width: 100%;

    background: #e3e3e3;

    display: block;
    padding: 20px;
}

.insurance-section {
    display: flex;

    align-items: center;
}

.insurance-section img {
    border: 1px solid #ccc;

    border-radius: 24px;

    padding: 13px;
}

.option-row {
    background: #ffffff;

    margin: 20px 0;

    padding: 20px;

    border-radius: 10px;

    border-top: 3px solid #74d74c;

    border-right: 3px solid #74d74c;

    border-bottom: 3px solid #74d74c;

    border-left: 3px solid #74d74c;

    box-shadow: rgb(0 0 0 / 30%) 0 0 8px;
}

.service-price.col-sm-3 {
    text-align: right;
}

.custom-check.col-sm-4,
.custom-quantity.col-sm-4 {
    text-align: center;

    width: 20%;
}

button.addi_submit {
    border: 0;

    background: #74d74c;

    border-color: #74d74c;

    border-radius: 10px;

    padding: 9px 60px;

    color: #fff;

    text-transform: uppercase;
}

/* Optional: For mobile devices specifically */
@media (max-width: 768px) {
    button.addi_submit {
        width: 100%;
        padding: 9px 20px; /* Adjust padding to look better on small screens */
    }
}

form.additional_form {
    text-align: right;
}

.service-price.col-sm-3 {
    display: flex;

    justify-content: center;

    width: 20%;

    border-left: 1px solid #ccc;
}

.col-md-1.insu-img {
    padding: 0;
    text-align: center;
}
ul#my_Tab.form_tab li a#company-tab:hover,
ul#my_Tab.form_tab li a#company-tab {
    border: 0;
}
.price {
    padding-right: 10px;
}

.custom-quantity.col-sm-4 {
    display: flex;

    padding: 0;
    justify-content: center;
}
.car-page ul#my_Tab,
.car-page .reservation-widget-bottom {
    display: none;
}
tr.woocommerce-table__line-item.order_item {
    height: auto;
}

.product-total span.woocommerce-Price-amount.amount {
    font-weight: 700;
}

.woocommerce-content-box.full-width {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border-top: 3px solid #74d74c;
    border-right: 3px solid #74d74c;
    border-bottom: 3px solid #74d74c;
    border-left: 3px solid #74d74c;
    box-shadow: rgb(0 0 0 / 30%) 0 0 8px;
}
.woocommerce-order ul {
    display: inline-block;
}
input.qty-minus:focus-visible,
input.qty-plus:focus-visible,
.custom-quantity input[type="number1"]:focus-visible,
input.qty-minus:focus,
input.qty-plus:focus,
.custom-quantity input[type="number1"]:focus {
    outline: 0;
}

input.qty-minus {
    padding: 10px;

    border: 2px solid #515151;

    border-right: 0;

    background: none;

    font-size: 20px;

    color: #515151;

    font-weight: 600;

    border-radius: 0;

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;
}

.custom-quantity input[type="number1"] {
    padding: 10px 0px 10px 11px;

    border: 2px solid #515151;

    border-left: 0;

    border-right: 0;

    text-align: center;

    color: #515151;

    width: inherit;

    border-radius: 0;
}

div#personal .col-sm-12 {
    padding: 0;
}

input.qty-plus.custom-valid {
    padding: 10px;

    border: 2px solid #515151;

    border-left: 0;

    background: none;

    color: #515151;

    font-weight: 600;

    font-size: 20px;

    border-radius: 0;

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;
}

.custom-check input[type="checkbox"] {
    width: 20px;

    height: 20px;
}

.custom-check input[type="checkbox"]:focus-visible,
.custom-check input[type="checkbox"]:focus {
    outline: 0;
}

.service-part.col-sm-5 {
    text-align: left;

    width: 60%;
}

.addtional-options-main {
    margin: 20px 0 0;
}

.addtional-options-main h4 {
    font-weight: 600;
}

/* Personal page */

button.button.alt.personal_btn.loading-btn {
    padding-left: 40px !important;
}

body .renteon-personal-page {
    max-width: 100%;

    background: #e3e3e3;

    display: block;

    padding: 20px;
}

.form-group {
    margin: 0 0 26px;
}

.personal-submit-btn {
    display: block;
    text-align: center;
}

.personal-submit-btn button {
    background: #74d74c;
    border: none;
    padding: 15px 20px !important;
    margin: 20px 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 10px;
}

.profile-submit-btn button,
.add-profile-submit-btn button {
    padding: 15px 20px !important;
}

.add-profile-submit-btn {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 20px;
}

/* Optional: If you want it only for mobile devices, use a media query */
@media (max-width: 768px) {
    .personal-submit-btn button {
        width: 100%;
    }
}

.renteon_error p {
    color: red;

    padding: 0 10px;
}

.personal-topbar {
    background: #fff;

    border-radius: 10px;

    padding: 0 7px;

    border-top: 3px solid #74d74c;
    border-right: 3px solid #74d74c;
    border-bottom: 3px solid #74d74c;
    border-left: 3px solid #74d74c;
    box-shadow: rgb(0 0 0 / 30%) 0 0 8px;

    .woocommerce-form {
        .button {
            background: #74d74c;
            border: 1px solid #74d74c;
            border-radius: 5px;
            padding: 10px 20px;
            color: #fff;
        }
    }
}

.row.top-header {
    border-bottom: 1px solid #cfcfcf;

    padding: 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;
}

.car-category {
    text-align: right;

    width: 10%;
}

button.cat-btn {
    background: #74d74c;

    border: 1px solid #74d74c;

    border-radius: 5px;

    padding: 10px 20px;

    color: #fff;
}

.overview {
    color: #74d74c;

    font-size: 20px;

    font-weight: 700;

    letter-spacing: 0.5px;

    width: 33.33%;
}
.top-header .top-bar-inner {
    width: 55%;
}
.car-details {
    text-align: center;

    margin: 30px 0;
}

.car-details p {
    font-size: 20px;
}

span.add-price {
    width: 30%;

    text-align: right;
}

span.ad-name {
    /*width: 70%;*/
}
div#company .col-sm-12 {
    padding: 0;
}
.tab-pane .Personal-form-field input,
.tab-pane .Personal-form-field select,
.tab-pane .form-control {
    border-color: #b4b4b4;
}
.overview span {
    color: #666;
}

.col-sm-8.price-details {
    text-align: right;

    display: flex;

    justify-content: end;

    align-items: center;
}

.per-day {
    /*display: flex;*/

    justify-content: space-between;

    border-bottom: 1px solid #cfcfcf;

    margin: 0 0 15px;

    padding: 0 0 15px;

    font-size: 17px;
}

.price-area {
    box-shadow: 0 0 10px #cfcfcf;

    padding: 30px;

    width: 100%;
}

.car-details .price-area {
    margin: 0px;
    width: 100%;
    margin-top: 40px;
}

.total {
    display: flex;

    justify-content: space-between;

    font-size: 22px;

    font-weight: 700;
    align-items: center;
}

.per-day h6 {
    font-size: 16px !important;
    text-align: left !important;
}

.add-detail:last-child {
    border: 0;
}

.total h6 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0;
}

.renteon-personal-page h4,
.woocommerce-checkout h4 {
    padding: 20px 7px;
}

.error_section {
    padding: 20px 0;
}

.detail-box {
    border: 1px solid #cfcfcf;

    margin: 10px 10px 20px;

    padding: 10px;

    text-align: center;

    border-radius: 5px;
}

.detail-box p {
    margin: 0;
}

.renteon-personal-page .location_date,
.woocommerce .location_date {
    padding: 20px 20px 10px;
}

.detail-box h6 {
    text-transform: capitalize;

    color: #39f;

    font-size: 18px;
}

.renteon-personal-page .offi_left,
.woocommerce .offi_left {
    width: inherit;

    height: inherit;

    margin: 0 16px 0 0;

    padding: 0;

    background: none;
}

.renteon-personal-page .offi_left img,
.woocommerce .offi_left img {
    border-radius: 5px;

    background: #74d74c;

    width: 40px;
}

.renteon-personal-page .top-bar-inner,
.woocommerce .top-bar-inner {
    margin: 10px;
}

.renteon-personal-page .start_datetime,
.renteon-personal-page .end_datetime,
.woocommerce .start_datetime,
.woocommerce .end_datetime {
    color: #666;

    font-size: 14px;
}

.renteon-personal-page .car-section,
.woocommerce .car-section {
    margin-left: 0;

    border-left: 1px solid #ccc;

    padding-left: 20px;

    width: 50%;
}

.renteon-personal-page .insurance-section,
.woocommerce .insurance-section {
    border-left: 1px solid #ccc;

    padding-left: 20px;

    width: 50%;
}
.price-area .per-day h6 {
    margin: 0;
}
div#myTabContent .active,
#myTabContent_form .active {
    opacity: 1;
}
.woocommerce .car_img {
    width: auto;
}

.option-row.international-travel {
    text-align: left;
}

.renteon-personal-page .insurance-section .end_location,
.woocommerce .insurance-section .end_location {
    font-size: 13px;
}

.add-inner {
    text-align: left;

    /*width: 75%;*/
}

/*.Personal-form-field {

    flex: 0 0 48%;

}*/

div#myTabContent {
    background: #fff;

    padding: 26px;

    border-radius: 10px;
}

.tab-pane label {
    color: #3f3f3f;

    font-weight: 600;

    letter-spacing: 0.4px;
}
.personal-info .tab-pane.fade.active.show form {
    display: flex;
}
.tab-pane.fade.active.show form {
    /*display: inline;*/

    flex-wrap: wrap;

    justify-content: space-between;
}
.cancellation_area {
    padding: 20px 0;
}
.modify_area h6,
.modify_area h4 {
    margin: 0;
}
.add-detail {
    display: flex;

    justify-content: space-between;

    border-bottom: 1px solid #cfcfcf;
}

.additional-section {
    display: flex;

    border-left: 1px solid #cfcfcf;

    padding-left: 30px;

    align-items: center;
}

.top-bar-inner.add-oneside {
    width: 85%;
}

.top-bar-inner.add-twoside {
    width: 15%;

    justify-content: end;
}

.additional_price {
    color: #39f;

    font-weight: 700;
}

.additional-section .end_location {
    font-size: 18px;

    font-weight: 600;

    width: min-content;

    line-height: normal;

    padding-left: 20px;
}

ul[id^="myTab"] {
    width: auto;

    border-radius: 10px;

    padding: 10px 10px;

    margin: 0 0 30px;

    border-top: 3px solid #74d74c;

    border-right: 3px solid #74d74c;

    border-bottom: 3px solid #74d74c;

    border-left: 3px solid #74d74c;

    box-shadow: rgb(0 0 0 / 30%) 0 0 8px;
}

div#popout-window {
    width: 40%;
}

#popout-window .add-detail {
    justify-content: space-between;
}
#popout-window .add-detail .ad-name {
    text-align: left;
}

/*.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {

    background: #74d74c;

    border-radius: 10px;

    color: #fff;

    padding: 8px 25px 10px 25px;
    border-color: #74d74c;

}*/

.tab-pane .Personal-form-field {
    flex: 0 0 48%;
}
.nav-tabs .nav-link {
    color: #242424;
}

.car-details .per-day h6 {
    font-size: 14px;
}

.car-details span {
    font-size: 14px;
}

.car-details .per-day {
    margin: 0 0 10px;
    padding: 0 0 5px;
    align-items: center;
}
button#personal-tab {
    margin: 0 30px 0 0;
}

/*chefckout*/
.woocommerce-checkout .payment-woo #payment {
    background: #ffffff;
    margin: 20px 10px;
    border-radius: 10px;
    padding: 20px 0 0;
}
.container.payment-woo {
    padding: 0;
}
button#place_order {
    background: #74d74c;

    border-color: #74d74c;

    border-radius: 10px;

    padding: 10px 15px;

    color: #fff;

    text-transform: uppercase;
}

.entry-content .wc-block-components-notice-banner.is-error {
    display: none;
}

.woocommerce-page table.shop_table {
    width: 100%;
}

.office-info {
    text-align: right;
}

/*calender*/

button.clender_date_box {
    border: 1px solid #74d74c;

    width: 50%;

    height: 50px;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;
}

i.bi.bi-calendar {
    display: inline-block;

    width: 20%;

    color: #000000;
}

.clender_date_box span {
    display: inline-block;
    width: 60%;
    color: #000000;
    font-size: 0.85vw; /* Privzeta velikost za večje zaslone */
}
.modify-booking,
.new-booking {
    position: absolute;
    top: 5px;
    right: 13px;
}
input#cancel-booking {
    width: 15px;
    height: 15px;
}
.modify-booking button,
.new-booking button {
    color: #74d74c;
    border: 0;
    background: no-repeat;
}
.container-fluid.modify-container {
    padding: 30px 15px;
}
.modify-container {
    display: none;
}
div#cancel_form {
    z-index: 9999;
}
#modify_form .modal-content,
#cancel_form .modal-content {
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.modify_area form {
    align-items: end;
}

.modify-booking i {
    color: #74d74c;
    padding-right: 6px;
}

input#modify-submit,
input#cancel-submit {
    background: #74d74c;
    color: #fff;
    border: navajowhite;
    border-radius: 5px;
    padding: 8px 20px;
    width: 100%;
}
.cancellation_area form.row {
    align-items: end;
}
#ordercancel_form .modal-content,
#cancelsucess_form .modal-content {
    width: 60%;
}
#alredy_cancel_form .modal-content {
    width: 70%;
}
div#alredy_cancel_form {
    top: 10%;
}
#ordercancel_form,
#cancelsucess_form {
    padding-top: 200px;
}
#modifyvalidation_form .modal-content {
    width: 60%;
}
#modifyvalidation_form {
    padding-top: 200px;
}
#promocode_form .modal-content {
    width: 50%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    animation-name: none;
    transition: all 0.9s ease;
}
.renteon-form div#promocode-text {
    float: right;
    z-index: 9;
    position: relative;
    cursor: pointer;
    margin-top: -15px;
}
#promocode_form button {
    display: inline-block;
    text-align: center;
    background: #74d74c;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 30px 0;
    color: #fff;
    border: none;
}
#promocode_form input[type="text"] {
    width: 70%;
    height: 46px;
}
#promocode-text form {
    display: inline;
}
button#remove_code {
    color: red;
    font-weight: 700;
    border: 0;
    background: no-repeat;
    padding: 0 0 0 10px;
    font-size: 20px;
    line-height: 1;
}
.promocode_main div#promocode-text {
    padding-left: 24px;
    padding-bottom: 10px;
    font-weight: 700;
    cursor: pointer;
}
.promocode_main #promocode_form h4 {
    margin: 0;
}
.promocode span {
    display: inline-flex;
}
.promocode_main {
    background: #74d74c;
    margin: 20px 17px 0;
    border-radius: 10px;
    padding: 10px 0 0;
    flex-shrink: inherit;
}
.promocode_main .promocode {
    padding: 0 10px 10px;
}
#enter_promo i {
    padding-right: 6px;
}
.motor.cars .car-image img {
    margin: 30px 0;
}
body
    .flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 1)
    .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6 !important;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login {
    margin-bottom: 20px;
    display: grid;
}
div#customer_login {
    flex-shrink: inherit;
    background: #f4f4f4;
    margin: 20px 10px;
    border-radius: 10px;
    padding: 20px 20px 20px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 8px;
    border: 3px solid #74d74c;
}

div#customer_login:after {
    content: "";
    display: block;
    clear: both;
}

.forms-area #customer_login > div {
    border: 0;
}
.woocommerce-MyAccount-content select {
    width: 100%;
}
.rev-tab-pane h4 {
    margin: 0;
}
.padding_cls {
    padding: 0 20px;
}
/* Dodaj razmak specifično za iPhone zaslone */
@media only screen and (max-width: 1024px) {
    input#modify-submit {
        margin-top: 25px; /* Razmak nad gumbom */
    }
    .can-modi .spinner {
        right: 0;
        top: 68%;
        left: 75px;
    }
}

@media (max-width: 1200px) {
    /* Večji tablični zasloni ali manjši prenosniki */
    .clender_date_box span {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    /* Standardni tablični zasloni */
    .clender_date_box span {
        font-size: 15px;
    }
    .modify-booking i,
    .modify-booking button,
    .new-booking button {
        color: #000;
    }
    .modify-booking,
    .new-booking {
        position: relative;
        padding: 0 0 30px 15px;
    }
    .renteon-form div#promocode-text {
        position: absolute;
        bottom: 10px;
    }

    .tab-content {
        position: relative;
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    /* Večji mobilni telefoni */

    .clender_date_box span {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    /* Manjši mobilni telefoni */
    .clender_date_box span {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    /* Najmanjši mobilni telefoni (npr. iPhone SE) */
    .clender_date_box span {
        font-size: 10px;
    }
}

.clender_time_box {
    width: 50%;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #74d74c;
    padding: 10px 5px;
    color: #000000;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 0.85vw; /* Privzeta velikost za večje zaslone */
}

@media (max-width: 1200px) {
    /* Večji tablični zasloni ali manjši prenosniki */
    .clender_time_box {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    /* Standardni tablični zasloni */
    .clender_time_box {
        font-size: 15px;
    }
    #promocode_form .modal-content {
        width: 85%;
    }
    #promocode_form h4 {
        font-size: 20px;
        line-height: 1;
    }
    #promocode_form input[type="text"] {
        width: 60%;
        height: 46px;
    }
}

@media (max-width: 768px) {
    /* Večji mobilni telefoni */
    .clender_time_box {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    /* Manjši mobilni telefoni */
    .clender_time_box {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    /* Najmanjši mobilni telefoni (npr. iPhone SE) */
    .clender_time_box {
        font-size: 10px;
    }
}

input#dateRangePicker {
    visibility: hidden;

    position: absolute;

    top: 50px;
}

.daterangebox {
    display: flex;

    position: relative;
}

body.woocommerce-checkout .woocommerce {
    max-width: 100%;

    background: #e3e3e3;

    display: block;

    padding: 20px;
}

/*.woocommerce .top-bar-inner {

    justify-content: space-between;

}*/

.woocommerce .insurance-section .end_location {
    font-size: 13px;
}

.woocommerce .offi_left img {
    border-radius: 5px;

    background: #74d74c;
}

.woocommerce-checkout #payment {
    background: #e3e3e3;
}

.woocommerce.wc-block-store-notices.alignwide.alignwide {
    display: none;
}

.pickuplocation_value {
    font-size: 0.85vw; /* Privzeta velikost za velike zaslone (namizje) */
}

@media (max-width: 1200px) {
    /* Večji tablični zasloni ali manjši prenosniki */
    .pickuplocation_value {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    /* Standardni tablični zasloni */
    .pickuplocation_value {
        font-size: 15px;
    }
    div#popout-window {
        width: 70%;
    }
}

@media (max-width: 768px) {
    /* Večji mobilni telefoni */
    .wrapper.renteon-form {
        padding: 0 0 30px;
    }
    div#popout-window {
        width: 80%;
    }
    div#popout-window .price-area {
        padding: 15px;
        margin: 0;
    }
    .renteon-tabs {
        display: block;
    }
    button.renteon-tab-button {
        width: 100%;
        text-align: left;
    }
    .pickuplocation_value {
        font-size: 16px;
    }
    .protections.row {
        margin: 0 5px;
        flex-wrap: nowrap;
    }
}

@media (max-width: 576px) {
    /* Manjši mobilni telefoni */
    .pickuplocation_value {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    /* Najmanjši mobilni telefoni (npr. iPhone SE) */
    .pickuplocation_value {
        font-size: 11px;
    }
}

/* ===== Switch (toggle) for additionals ===== */
.custom-check.col-sm-4{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* da bo poravnano z .custom-quantity (ki ima padding:0) */
}

/* skrij checkbox */
.switch-input{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* switch izgled */
.switch{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
  cursor: pointer;
}

/* track */
.switch:before{
  content: "";
  position: absolute;
  inset: 0;
  background: #6b7280;   /* siva */
  border-radius: 999px;
  transition: 0.2s ease;
}

/* knob */
.switch:after{
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  transition: 0.2s ease;
}

/* ON stanje */
.switch-input:checked + .switch:before{
  background: #74d74c; /* tvoja zelena */
}
.switch-input:checked + .switch:after{
  transform: translateX(24px);
}

/* Privacy policy toggle switch (only this one) */
body .renteon-personal-page .privacy-policy-consent{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

body .renteon-personal-page .privacy-policy-consent #privacy_policy{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

body .renteon-personal-page .privacy-policy-consent .privacy-switch{
  position: relative;
  width: 52px;
  height: 28px;
  flex: 0 0 auto;
  margin-top: 2px;
  cursor: pointer;
}

body .renteon-personal-page .privacy-policy-consent .privacy-switch:before{
  content: "";
  position: absolute;
  inset: 0;
  background: #6b7280;
  border-radius: 999px;
  transition: .2s;
}

body .renteon-personal-page .privacy-policy-consent .privacy-switch:after{
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: .2s;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

body .renteon-personal-page .privacy-policy-consent #privacy_policy:checked + .privacy-switch:before{
  background: #74d74c;
}

body .renteon-personal-page .privacy-policy-consent #privacy_policy:checked + .privacy-switch:after{
  transform: translateX(24px);
}

body .renteon-personal-page .privacy-policy-consent .privacy-text{
  line-height: 1.4;
}


/* motor-additional file */
/* Skrij popout okno privzeto */
#popout-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 8px;
    text-align: center;
}

/* Zatemni ozadje */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#close-popout {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333; /* Barva ikone */
}

#close-popout::before {
    content: '×'; /* Unicode znak za X */
    font-size: 24px; /* Velikost X */
    color: #333; /* Barva ikone */
    display: inline-block;
    vertical-align: middle;
}


/* Personal Page CSS */

.reservation-tabs ul.tabs {
    width: auto;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0 0 30px;
    border: 3px solid #fff;
    box-shadow: rgb(0 0 0 / 30%) 0 0 8px;
    display: flex;
    list-style: none;
}
.reservation-tabs ul.tabs .active{
    border: 3px solid #74d74c;
    background: #74d74c;
    color: #fff;
}
.reservation-tabs li.tab {
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
}

.reservation-tabs > ul > li:first-child {
    margin-right: 10px;
}
.rev-tab-pane {
    display: none;
}
/* Default mobile behavior (icons and text stacked) */
.option-row.international-travel {
    display: flex;
    flex-direction: column;
}

.option-row.international-travel h6 {
    font-family: inherit;
    color: #39f;
    font-size: 18px;
    font-weight: 600;
}

.option-row.international-travel .inline-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Space between each row */
}

.option-row.international-travel img {
    margin-right: 8px; /* Space between icon and text */
    width: 24px; /* Adjust icon size */
    height: 24px; /* Adjust icon size */
}

/* Small Mobile (320px and above) */
@media (min-width: 320px) {
    .option-row.international-travel .inline-item {
        flex-direction: row;
        align-items: center;
    }
}

/* Medium Mobile (375px and above) */
@media (min-width: 375px) {
    .option-row.international-travel .inline-item {
        flex-direction: row;
        align-items: center;
    }
}

/* Large Mobile (425px and above) */
@media (min-width: 425px) {
    .option-row.international-travel .inline-item {
        flex-direction: row;
        align-items: center;
    }
}

/* Tablets (768px and above) */
@media (min-width: 768px) {
    .option-row.international-travel {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .option-row.international-travel .inline-item {
        flex: 1 1 45%; /* Allow items to take up around 45% of the width and wrap if necessary */
        margin-bottom: 10px;
    }
}

/* Small Laptops (1024px and above) */
@media (min-width: 1024px) {
    .option-row.international-travel {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .option-row.international-travel .inline-item {
        margin-right: 20px; /* Space between each item */
        margin-bottom: 0;
        flex: 0 0 auto;
    }
}

/* Desktops (1440px and above) */
@media (min-width: 1440px) {
    .option-row.international-travel {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .option-row.international-travel .inline-item {
        margin-right: 20px; /* Space between each item */
        margin-bottom: 0;
        flex: 0 0 auto;
    }
}

/* lep, velik, klikabilen submit button */
.personal_btn{
  -webkit-appearance: none;
  appearance: none;

  cursor: pointer;
  user-select: none;

  font-size: 16px;
  font-weight: 700;

  padding: 14px 18px;
  min-height: 52px;             /* večji “tap target” */
  border-radius: 12px;

  border: 0;
  background: #74d74c;          /* tvoja brand barva */
  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;                    /* prostor med tekstom in spinnerjem */

  transition: filter .15s ease, box-shadow .2s ease, transform .06s ease;
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
}

/* hover (desktop) */
.personal_btn:hover{
  filter: brightness(.97);
  box-shadow: 0 12px 22px rgba(0,0,0,.16);
}

/* active (klik) */
.personal_btn:active{
  transform: translateY(1px);
  box-shadow: 0 6px 12px rgba(0,0,0,.14);
}

/* fokus (tipkovnica) */
.personal_btn:focus-visible{
  outline: 3px solid rgba(116,215,76,.45);
  outline-offset: 3px;
}

/* disabled / loading */
.personal_btn:disabled,
.personal_btn.loading-btn{
  cursor: not-allowed;
  opacity: .85;
}

/* full width na mobitelu, na desktopu lahko ostane “normal” */
@media (max-width: 768px){
  .personal_btn{
    width: 100%;
  }
}

/* spinner (če ga že uporabljaš v innerHTML) */
.personal_btn .spinner{
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: personalSpin .8s linear infinite;
}

@keyframes personalSpin{
  to { transform: rotate(360deg); }
}

/* ===== Modern checkbox (Woo + custom) ===== */

/* da je label bolj klikabilen */
.woocommerce-form__label-for-checkbox,
label[for="privacy_policy"],
label[for="terms"],
.woocommerce-privacy-policy-text + p,
.woocommerce-terms-and-conditions-wrapper label{
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
}

/* modern checkbox look */
.woocommerce-form__label-for-checkbox input[type="checkbox"],
input#privacy_policy[type="checkbox"],
input#terms[type="checkbox"],
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;

  width: 20px;
  height: 20px;
  margin-top: 2px;          /* poravnava z tekstom */
  flex: 0 0 20px;

  border: 2px solid rgba(0,0,0,.25);
  border-radius: 6px;
  background: #fff;

  display: inline-grid;
  place-content: center;

  transition: background .15s ease, border-color .15s ease, box-shadow .2s ease, transform .05s ease;
}

/* checkmark */
.woocommerce-form__label-for-checkbox input[type="checkbox"]::before,
input#privacy_policy[type="checkbox"]::before,
input#terms[type="checkbox"]::before,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]::before{
  content: "";
  width: 7px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform .12s ease;
}

/* checked state */
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked,
input#privacy_policy[type="checkbox"]:checked,
input#terms[type="checkbox"]:checked,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked{
  background: #74d74c;      /* tvoja brand barva */
  border-color: #74d74c;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked::before,
input#privacy_policy[type="checkbox"]:checked::before,
input#terms[type="checkbox"]:checked::before,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked::before{
  transform: rotate(45deg) scale(1);
}

/* hover + click feel */
.woocommerce-form__label-for-checkbox input[type="checkbox"]:hover,
input#privacy_policy[type="checkbox"]:hover,
input#terms[type="checkbox"]:hover,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:hover{
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
}

.woocommerce-form__label-for-checkbox input[type="checkbox"]:active,
input#privacy_policy[type="checkbox"]:active,
input#terms[type="checkbox"]:active,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:active{
  transform: translateY(1px);
}

/* focus (tipkovnica) */
.woocommerce-form__label-for-checkbox input[type="checkbox"]:focus-visible,
input#privacy_policy[type="checkbox"]:focus-visible,
input#terms[type="checkbox"]:focus-visible,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:focus-visible{
  outline: 3px solid rgba(116,215,76,.35);
  outline-offset: 3px;
}

/* =========================
   PREMIUM TABS (desktop + tablet + mobile)
   Wrapper: .reservation-tabs
   Tabs: ul.tabs > li.tab
   ========================= */

/* container */
.reservation-tabs .tabs{
  list-style: none;
  margin: 0 0 14px 0;
  padding: 8px;
  display: flex;
  gap: 8px;

  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

/* individual tab */
.reservation-tabs .tabs .tab{
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 16px;
  min-height: 52px;              /* večji tap target */
  border-radius: 14px;

  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;

  color: rgba(0,0,0,.78);
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.08);

  transition: transform .06s ease, box-shadow .2s ease, background .15s ease, border-color .15s ease;
}

.reservation-tabs .tabs .tab:hover{
  background: #fff;
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}

.reservation-tabs .tabs .tab:active{
  transform: translateY(1px);
}

/* active tab (premium highlight) */
.reservation-tabs .tabs .tab.active{
  background: #fff;
  border-color: rgba(116,215,76,.45);
  box-shadow: 0 14px 30px rgba(0,0,0,.14), inset 0 -3px 0 #74d74c;
  color: #111;
}

/* focus (tipkovnica) */
.reservation-tabs .tabs .tab:focus-visible{
  outline: 3px solid rgba(116,215,76,.35);
  outline-offset: 3px;
}

/* --- PREMIUM samo za "I have an account" (2. tab) --- */
.reservation-tabs .tabs .tab:nth-child(2){
  padding-right: 58px; /* prostor za badge */
  border-color: rgba(116,215,76,.30);
  background: rgba(116,215,76,.08);
}

.reservation-tabs .tabs .tab:nth-child(2)::after{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 6px 10px;
  border-radius: 999px;

  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}

/* če je 2. tab active -> badge naj bo bolj “brand” */
.reservation-tabs .tabs .tab:nth-child(2).active::after{
  background: rgba(116,215,76,.14);
  border-color: rgba(116,215,76,.35);
}

/* content card */
.reservation-tabs .rev-tab-pane{
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}


@media (max-width: 992px){
  .reservation-tabs .tabs{
    flex-wrap: wrap;
  }
  .reservation-tabs .tabs .tab{
    flex: 1 1 calc(50% - 8px);  /* 2 taba v vrstici */
  }
  .reservation-tabs .tabs .tab:nth-child(3){
    flex: 1 1 100%;             /* 3. tab spodaj čez celo */
  }
}


@media (max-width: 600px){
  .reservation-tabs .tabs{
    padding: 8px;
    gap: 8px;
  }
  .reservation-tabs .tabs .tab{
    flex: 1 1 100%;
    justify-content: center;
    min-height: 54px;
  }

  /* badge manjši, da ne tlači */
  .reservation-tabs .tabs .tab:nth-child(2){
    padding-right: 54px;
  }
  .reservation-tabs .tabs .tab:nth-child(2)::after{
    font-size: 10px;
    padding: 5px 8px;
    right: 10px;
  }

  .reservation-tabs .rev-tab-pane{
    padding: 14px;
  }
}

/* ===== ICONS inside tabs (no HTML changes) ===== */

/* da tekst na desktopu ne skače v 2 vrsti */
.reservation-tabs .tabs .tab{
  white-space: nowrap;
}

/* osnovni stil ikon (krogec + ikonca) */
.reservation-tabs .tabs .tab::before{
  content: "";
  display: inline-grid;
  place-items: center;

  width: 26px;
  height: 26px;
  border-radius: 10px;

  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.08);

  font-size: 15px;
  line-height: 1;
  flex: 0 0 26px;

  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

/* 1) Reservation as Guest */
.reservation-tabs .tabs .tab:nth-child(1)::before{
  content: "🚗";
}

/* 2) I have an account */
.reservation-tabs .tabs .tab:nth-child(2)::before{
  content: "👤";
  background: rgba(116,215,76,.12);
  border-color: rgba(116,215,76,.25);
}

/* 3) I want an account & register */
.reservation-tabs .tabs .tab:nth-child(3)::before{
  content: "📝";
}

/* ko je tab active, naj bo ikona bolj “brand” */
.reservation-tabs .tabs .tab.active::before{
  background: rgba(116,215,76,.18);
  border-color: rgba(116,215,76,.35);
}

/* TABLET/MOBILE: dovoli wrap (ker je 3. tab dolg) */
@media (max-width: 992px){
  .reservation-tabs .tabs .tab{
    white-space: normal;
  }
}

/* MOBILE: malo večje ikone */
@media (max-width: 600px){
  .reservation-tabs .tabs .tab::before{
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 16px;
  }
}

/* =========================
   PREMIUM LOGIN (Woo) v tab-u "I have an account"
   ========================= */

/* card */
.reservation-tabs .rev-tab-pane .woocommerce-form.woocommerce-form-login{
  max-width: 520px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

/* rows spacing */
.reservation-tabs .rev-tab-pane .woocommerce-form-login .form-row{
  margin: 0 0 14px 0;
}

/* label */
.reservation-tabs .rev-tab-pane .woocommerce-form-login label{
  display: block;
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: 800;
  color: rgba(0,0,0,.72);
}

/* inputs */
.reservation-tabs .rev-tab-pane .woocommerce-form-login input[type="text"],
.reservation-tabs .rev-tab-pane .woocommerce-form-login input[type="email"],
.reservation-tabs .rev-tab-pane .woocommerce-form-login input[type="password"]{
  width: 100%;
  min-height: 52px;
  padding: 14px 14px 14px 44px;  /* prostor za ikonco */
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  transition: box-shadow .2s ease, border-color .15s ease, transform .06s ease;
}

.reservation-tabs .rev-tab-pane .woocommerce-form-login input:focus{
  outline: none;
  border-color: rgba(116,215,76,.55);
  box-shadow: 0 12px 24px rgba(0,0,0,.10), 0 0 0 4px rgba(116,215,76,.18);
}

/* icons inside inputs (no HTML changes) */
.reservation-tabs .rev-tab-pane .woocommerce-form-login input#username{
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239AA0A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.reservation-tabs .rev-tab-pane .woocommerce-form-login input#password{
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239AA0A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
}

/* remember me row lepše poravnano */
.reservation-tabs .rev-tab-pane .woocommerce-form-login .woocommerce-form-login__rememberme{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 12px 0;
}

/* login button premium */
.reservation-tabs .rev-tab-pane .woocommerce-form-login button.woocommerce-button,
.reservation-tabs .rev-tab-pane .woocommerce-form-login button.woocommerce-form-login__submit{
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 14px;
  background: #74d74c;
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
  transition: filter .15s ease, box-shadow .2s ease, transform .06s ease;
}

.reservation-tabs .rev-tab-pane .woocommerce-form-login button:hover{
  filter: brightness(.97);
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
}

.reservation-tabs .rev-tab-pane .woocommerce-form-login button:active{
  transform: translateY(1px);
}

/* lost password link */
.reservation-tabs .rev-tab-pane .woocommerce-form-login .lost_password,
.reservation-tabs .rev-tab-pane .woocommerce-form-login .woocommerce-LostPassword{
  margin-top: 10px;
  text-align: center;
}

.reservation-tabs .rev-tab-pane .woocommerce-form-login .lost_password a,
.reservation-tabs .rev-tab-pane .woocommerce-form-login .woocommerce-LostPassword a{
  color: #74d74c;
  text-decoration: underline;
  font-weight: 700;
}

/* MOBILE/TABLET tweaks */
@media (max-width: 992px){
  .reservation-tabs .rev-tab-pane .woocommerce-form.woocommerce-form-login{
    max-width: 100%;
    padding: 16px;
    border-radius: 16px;
  }
}

@media (max-width: 600px){
  .reservation-tabs .rev-tab-pane .woocommerce-form-login input[type="text"],
  .reservation-tabs .rev-tab-pane .woocommerce-form-login input[type="email"],
  .reservation-tabs .rev-tab-pane .woocommerce-form-login input[type="password"]{
    min-height: 54px;
  }
}

/* DESKTOP: login form na levi (ne centered) */
@media (min-width: 993px){
  .reservation-tabs .rev-tab-pane .woocommerce-form.woocommerce-form-login{
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}


    
/* =========================
   Choose profile (premium cards) - Billing only (no Shipping)
   ========================= */
.renteon-choose-wrap{ margin: 0 0 14px 0; }
.renteon-choose-title{
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 900;
}
.renteon-profile-grid{
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px){
  .renteon-profile-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.renteon-profile-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.renteon-profile-card.is-default{
  border-color: rgba(116,215,76,.55);
  box-shadow: 0 16px 34px rgba(0,0,0,.12), inset 0 0 0 1px rgba(116,215,76,.18);
}
.renteon-profile-card .rpc-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.renteon-profile-card .rpc-title{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.renteon-profile-card .rpc-icon{
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  background: rgba(116,215,76,.12);
  border: 1px solid rgba(116,215,76,.25);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  font-size: 16px;
  line-height: 1;
  flex: 0 0 36px;
}
.renteon-profile-card .rpc-label{
  font-weight: 900;
  font-size: 15px;
  line-height: 1.2;
  color: #111;
}
.renteon-profile-card .rpc-sub{
  margin-top: 2px;
  font-size: 13px;
  color: rgba(0,0,0,.65);
}
.renteon-profile-card .rpc-badge{
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(116,215,76,.14);
  border: 1px solid rgba(116,215,76,.30);
  color: #0f2a12;
  white-space: nowrap;
}
.renteon-profile-card .rpc-body{
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 12px 12px;
}
.renteon-profile-card .rpc-line{
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0,.80);
}
.renteon-profile-card .rpc-line + .rpc-line{ margin-top: 4px; }
.renteon-profile-card .rpc-actions{ margin-top: 12px; }


   