/*

  Theme Name:    find-your-campervan.com Child
    Theme URI:     https://themeforest.net/item/brikk-directory-listing-wordpress-theme/29105129
    Description:   Brikk Child is a child theme of Brikk
    Author:       Utillz
    Author URI:     https://themeforest.net/user/utillz
    Template:     brikk
    Version:     1.7.0.2
    Text Domain:   brikk-child

*/

/*
 * Structured stylesheet (auto-organized)
 * - Original: style.css (Brikk child)
 * - Notes: blocks were grouped by area (WooCommerce, Routiz, etc.) and duplicates removed.
 */

/*
 * Table of contents:
 * - Base & Reset (1 blocks)
 * - Header & Navigation (14 blocks)
 * - Forms & Buttons (24 blocks)
 * - Account & Offers (11 blocks)
 * - Routiz & Brikk (127 blocks)
 * - WooCommerce (54 blocks)
 * - MKL Configurator (16 blocks)
 * - Responsive (7 blocks)
 * - Misc (115 blocks)
 */

/* ========================================================================== 
 * Base & Reset
 * ========================================================================== */

body {
    background-color: #f0f0f0;
}

/* ========================================================================== 
 * Header & Navigation
 * ========================================================================== */

.dimension-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
}

.dimension-header .icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.feature-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.feature-header .icon {
  font-size: 1.4rem;
  margin-right: 0.6rem;
}

.feature-list li.unavailable::before {
  content: "\f00d" !important;
  color: #e74c3c;
}

.feature-list li.unavailable {
  color: #999;
}

.feature-list li.unavailable s {
  color: #aaa;
}

/* ... */

.rating-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
    }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
    min-width: 65px;
    }

.availability-unavailable { background-color: #d9534f; }

.elementor-slideshow__header>svg {
fill: #000 !important;
}

.pricecard-header {
    display: block !important;
}

/* ========================================================================== 
 * Forms & Buttons
 * ========================================================================== */

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000 !important;
}

.rental-button {
  display: inline-block;
  background-color: #2c2c2c;
  color: #fff;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.rental-button:hover {
  background-color: #000;
}

.select2-container.select2-container--open .select2-dropdown--below {
  position: absolute !important;
  margin-top: -20px !important;
  border-radius: 10px 10px 10px 10px !important;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
  border: none !important;
}

.sweet-alert button {
   font-size: 14px;
   margin: 20px 5px 20px 5px;
      }

.insurance-compare td.highlighted .select-btn {
  color: white;
  border: 0px solid #fff !important;
  border-radius: 10px;
}

.addon-button:hover {
  background: #444;
}

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg{
fill: #000 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid select

.elementor-lightbox .elementor-lightbox-item {
background-color: #fff;
}

#user-registration-form-15033.user-registration input.input-text, #user-registration-form-15033.user-registration select, #user-registration-form-15033.user-registration textarea.input-text {
padding: 9px 15px !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=text]{
height: 41px !important;
}

body.user-registration-page .user-registration.ur-frontend-form form .ur-button-container {
width: 100%;
border-top: 1px solid #ddd;
padding-top: 30px;
padding-bottom: 30px;
}

#user-registration-form-15033.user-registration .description {
font-size: 14px;
line-height: 1.5;
}

/* ================================
 * WP Frontend Delete Account – Confirm Button
 * ================================ */

.wpfda-submit button {
    transition: all .3s;
    display: inline-block;

    padding: 12px 20px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 800;

    border: 0;
    border-radius: 10px;

    text-decoration: none;
    cursor: pointer;

    background: #b91c1c !important;

    color: #fff !important;
}

/* Hover Effekt wie Woo */

.wpfda-submit button:hover {
    filter: brightness(0.95);
    transform: translateY(-1px);
}

/* Focus / Accessibility */

.wpfda-submit button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(36,174,161,.35);
}

/* ================================
 * WP Frontend Delete Account – Password Field
 * ================================ */

input[name="wpfda-password"] {
    background-color: #f0f0f0;
    margin-bottom: 20px;
      border: none !important;
    /* optional – passend zum restlichen UI */
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.4;
}

body .select2-dropdown {
    background-color: #fff !important;
    }

/* ========================================================================== 
 * Account & Offers
 * ========================================================================== */

/* Checkout – Request summary card */

.woocommerce-checkout-review-order-table .fyc-request-summary td{
  padding: 12px 14px;
  border-top: 0;
}

.fyc-request-card{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
}

.fyc-request-head{
  background: #000;
  color: #fff;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fyc-request-title{
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 14px;
}

.fyc-request-grid{
  padding: 10px 14px;
}

.fyc-request-grid .row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.fyc-request-grid .row:last-child{
  border-bottom: 0;
}

.fyc-request-grid .label{
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #0f172a;
}

.fyc-request-grid .label i{
  width: 18px;
  text-align: center;
  opacity: .85;
}

.fyc-request-grid .value{
  color: #111;
  font-weight: 500;
}

/* ========================================================================== 
 * Routiz & Brikk
 * ========================================================================== */

/*
 * add your custom styles here
 *
 */

.rz-listing-details  {
   border-top: 1px solid hsla(0, 0%, 74.5%, .4) !important;
   border-bottom: 1px solid hsla(0, 0%, 74.5%, .4) !important;
    padding-top: 2px !important;
    padding-bottom: 10px !important;
   }

/* Basis-Überschriften-Stile */

.rz-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.rz-category-tile {
    position: relative;
    display: block;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    cursor: pointer;
    height: 100%;
}

.rz-category-tile:hover {
    border-color: #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.rz-category-tile.rz--active {
    border: 2px solid #00cc99;
    background: #f0fdfa;
}

.rz-category-tile input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.rz-category-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rz-category-icon img {
    height: auto;
}

.rz-category-title {
    font-weight: 600;
    font-size: 1rem;
    color: #222;
}

.brk-carousel-search .rz-search-form .rz-search-mods>.rz-mod>.rz-form-group>.rz-select2 .select2-container .select2-selection--single {
     background-color: transparent !important;
}

.rz-modal.rz-modal-more-filters {
     max-height: 80vh;
}

.rz-modal-more-filters.rz-modal .rz-modal-append {
    display: inherit;
}

.brk-header .brk-header-container .brk-site-actions .brk-site-cta {
  padding-right: 10px;
}

/* Blog */

.brk-msnry .brk--item{
border-radius: 10px;
 }

.rz-listing .rz-title h4 {
    font-size: 20px !important;
 }

/* Page */

.brk-main .brk-content{
  padding-bottom:: 75px;
 }

.brk-main {
    background: #f0f0f0 !important;
}

.brk-page-title {
    background: #f0f0f0 !important;
}

.brk-cover .brk--image {
    box-shadow: inset 0 0 0 4px #f0f0f0 !important;
}

.brk-cover:after {
    box-shadow: inset 0 0 0 4px #f0f0f0 !important;
    border-radius: 10px;
}

/*brk-carousel */

.brk-carousel-search.brk--position-top .brk--cont-search {
   margin-top: 0rem  !important;
}

.rz-mod-listing .rz-mod-content {
   margin: 2rem 0 3rem;
 }

/* Icon */

.rz-single .rz-content {
  padding-right: 75px;
}

/* Icon */

.brk-boxes-trendy .brk--item .brk--image, .brk-boxes-trendy .brk--item .rz-dummy-image {
  background-color: #fff;
}

/* Grid */

.rz-listing {
    background: #fff !important;
    border-radius: 10px;
}

.rz-listing-content {
    padding: 0px 20px 0px 20px;
}

/* Footer */

.brk-footer {
    margin-top: 0rem;
}

/* Feature-List */

.rz-tax-list li .rz--label{
  font-size: 16px;
    font-weight: 300;

}

.rz-tax-list {
    background: #fff;
    padding: 0px !important;
}

.rz-single-heading .rz-single-heading-rating .rz--rating {
    width: 100px !important;
    height: 100px !important;
}

.rz-single-heading .rz-single-heading-rating .rz--rating .rz-reviews-stat-num strong {
    font-size: 20px;
}

.rz-dashboard .rz--box .rz--num {
    font-size: 16px !important;
}

.rz-calendar .rz-calendar-month .rz-days li span i {
    font-size: 14px !important;
}

/* Navigation */

.brk-nav ul li.menu-item-has-children>a:after{
    float: right !important;
    margin-top: 2px;
}

.rz-listing-priority .rz--tag {
  font-weight: 500 !important
}

.rz-mod-action {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, .135) !important;
}

.rz-author {
      border: 0px solid var(--border) !important;
      background: #fff;
}

.rz-reviews-stats {
      border: 0px solid var(--border) !important;
      background: #fff;
}

.brk-carousel-search .rz-search-form .rz-search-mods>.rz-mod>.rz-form-group>.rz-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 61px !important;
}

/* ... */

.brk-carousel-search.brk--style-horizontal .brk-carousel-nav {
    margin: 0 -.5rem 1rem;
    }

.brk-carousel-search .brk--main .brk--bottom-text {
    margin-top: -20px;
        font-size: 22px;
            font-weight: 300;
    font-family: 'Inter';
       }

/* ... */

.brk-nav ul li a {
        font-size: 14px;
        font-weight: 500;
    }

.brk-overlap-header .brk-header .brk--pad i {
  background-color: #ddd;
    }

.rz-button.rz-small {
    font-size: 14px;
    }

.brk-header-text-white .brk-header {
    color: #000 !important;
}

.brk-overlap-header .brk-header {
    background-color: white !important;
}

.brk-header .brk-header-container .brk-site-actions .rz-button {
  font-weight: 400;
}

.brk-section .brk--heading .brk--sub-title {
  font-weight: 400;
  margin: 0rem 0rem .75rem 0rem;
}

.brk-section .brk--heading .brk--size-small {
  font-size: 18px;
}

.rz-buttons.rz--style-v1 .rz-btn span  {
  background-color: #fff !important;
}

.brk-nav ul .sub-menu>li>a {
  font-weight: 400;
}

.brk-footer {
  display: none !important;
}

.rz-listing-stars {
    font-size: 16px;
    color: #2b4141;
}

/* ... */

.rz-mod-listing-meta .rz--meta li {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 10px !important;
    margin: 5px 0px 0px 10px !important;
}

.rz-mod-listing-meta .rz--meta ul {
margin-left: -10px !important;
}

/* ... */

.rz-explore-type--full .rz-search-filter--inline .rz--content .rz-form {
    max-width: 100%;
    }

.rz-calendar .rz-calendar-month .rz-days li span {
  border-radius: 0px;
}

.rz-calendar .rz-calendar-month .rz-days li.rz--selected {
border: 1px solid #000 !important;
}

.rz-overlay {
    background-color: #000;
    opacity: .75;
}

/* ... */

.rz-listing-bottom {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 20px;
}

.rz-listing-bottom-call {
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 20px 20px 20px;
}

.rz-listing-bottom-details {
    flex: 1;
    font-family: var(--font-body);
}

.brk-bx-item .brk--desc {
    font-weight: 300;
}

/* ... */

.rz-mod-listing h4 {
   margin: 0 0 1rem !important;
}

.insurance-compare .rz--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.insurance-compare .rz--icon i {
  font-size: 18px;
}

.brk-cover .brk--images {
    grid-template-rows: 30vh;
}

/* Für normale <select>-Felder innerhalb von .rz-select */

.rz-select.custom-bg-light select {
    background: #f1f1f1 !important;
}

/* Für Select2-Auswahl */

.rz-select.custom-bg-light .select2-selection {
    background: #f1f1f1 !important;
}

/* Für Gäste-Auswahl (rz-guests) */

.rz-guests.custom-bg-light .rz--label,
.rz-guests.custom-bg-light .rz--field,
.rz-guests.custom-bg-light select,
.rz-guests.custom-bg-light input {
    background: #f1f1f1 !important;
}

.brk-bg.rz-button-accent, .rz-button.rz-button-accent {
    width: 100% !important;
}

.brk-quantity {
  display: none;
}

.brk-bg.rz-button-accent:after, .rz-button.rz-button-accent:after {
  background: transparent !important;
}

.rz-listing-cover .rz-listing-cover-inner{
            box-shadow: none !important;
                background: #fff !important;
                   }

.rz-listing-image .rz-image {border-radius: 15px !important;}

/* Guests dropdown footer */

.rz-guests .rz--footer{
  padding-top:12px;
}

/* Legend block */

.rz-guests .rz-guest-legend{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:10px;
}

/* Single legend row */

.rz-guests .rz-guest-legend__item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:500;
  color:#111;
}

/* Icon column */

.rz-guests .rz-guest-legend__item i{
  width:18px;
  min-width:18px;
  text-align:center;
  font-size:15px;
  color:#111;
}

/* Info text */

.rz-guests .rz--info{
  margin-top:6px;
  font-size:13px;
  line-height:1.4;
  color:#6b6b6b;
}

/* 🔹 Generic icon list (reusable everywhere) */

.rz-icon-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

/* Single row */

.rz-icon-list__item{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px;
  font-weight:500;
  color:#111;
  line-height:1.3;
}

/* Icon column – key for alignment */

.rz-icon-list__icon{
  width:22px;
  min-width:22px;
  text-align:center;
  font-size:18px;
  line-height:1;
  color:#9aa0a6;
}

/* Text */

.rz-icon-list__text{
  display:inline-block;
}

/* Special case: $ icon */

.rz-icon-list__icon.price-symbol{
  font-size:20px;
  font-weight:600;
}

.brk-header .brk--pad>i {color: #000;}

body.admin-bar .brk-header {
top: 30px !important;
}

.brk-nav-user .sub-menu .rz-icon-list__icon
    {
    color: #000 !important;
}

.routiz .rz-form-group input[type=text]{
    background: #fff !important;
}

.rz-filter-tab .rz-tab-title {
    background: #fff !important;
}

.rz-guests .rz--label {
    background: #fff !important;
}

.rz-listing-bottom {

    margin-bottom: 10px;
}

.brk-carousel-search.brk--style-horizontal .brk-carousel-nav li.brk-active a {
    background-color: #24AEA1 !important;
    }

.rz-stepper .rz-stepper-button{
    background-color: #000 !important;
  color: #fff !important;
    }

/* ==============================
 * THANK YOU: Order details totals
 * ============================== */

.brk-thank-you {
color: #24AEA1;
}

.down-table-brkk{
border: none !important;
}

/* ========================================================================== 
 * WooCommerce
 * ========================================================================== */

.mkl_pc .mkl_pc_container .form.form-cart{
 background: #fff !important;
  }

.woocommerce img, .woocommerce-page img {
    height: unset;
 }

.woocommerce-account {
    background: #f0f0f0 !important;
}

.brk-table-checkout .product-quantity{
        display: none !important;
            }

.woocommerce-Price-amount .amount{
        display: none !important;
            }

.woocommerce-edit-account .brk-page-content {
                   max-width: none;}

.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.woocommerce-account.woocommerce-notification-settings
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content{
  background:#fff;
  padding:30px;
  border-radius:20px;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form{
  background:transparent;
  padding:0;
  border-radius:0;
}

.woocommerce-account.woocommerce-edit-account
.woocommerce form .form-row input.input-text,
.woocommerce-account.woocommerce-edit-account
.woocommerce form .form-row textarea {
    background-color: #f0f0f0;
}

/* Input-Hintergrund NUR für Billing + Shipping */

.woocommerce-account.woocommerce-edit-address
.woocommerce form .form-row input.input-text,
.woocommerce-account.woocommerce-edit-address
.woocommerce form .form-row textarea {
    background: #f0f0f0;
}

.woocommerce-account.woocommerce-edit-address
.woocommerce form .form-row select {
    background: #f0f0f0;
}

/* Notification Settings: weißer Hintergrund (nur wenn innerhalb MyAccount-Content ein .rz-form existiert) */

.woocommerce-account .woocommerce-MyAccount-content:has(.rz-form){
  background:#fff;
  padding:30px;
  border-radius:20px;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: black;
    color: #fff;
    font-weight: 700;
    }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{

    border: none;}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
background-color: #f0f0f0;
border-radius: 10px;
}

.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    box-shadow: none !important;
}


.woocommerce .edit-account fieldset, .woocommerce .woocommerce-address-fields fieldset{
    margin: 1rem 0 0rem 0 !important;
    }

.woocommerce td.product-name dl.variation dt.variation-Configuration{
    font-size: 12px !important;
}

.woocommerce-cart-form small:has(.woocommerce-Price-amount.amount) {
  display:none !important;
}

.woocommerce table.shop_table .order-total td, .woocommerce table.shop_table .order-total th {
    border: 0;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.down-table-brkk {
    background: #ffffff !important;
}

/* WooCommerce Error Box komplett rot */

.woocommerce-error {
  color: #d63638 !important;
}

/* Links ebenfalls rot */

.woocommerce-error a {
  color: #d63638 !important;
  text-decoration: none;
}

/* Strong-Text rot */

.woocommerce-error strong {
  color: #d63638 !important;
}

/* Falls Theme eigene Farben setzt */

.woocommerce-error li {
  color: #d63638 !important;
}

/* ================================
 * Checkout – equal spacing for all billing/shipping rows
 * ================================ */

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  margin: 0 0 18px !important;     /* einheitlicher Abstand zwischen Feldern */
}

/* Label spacing */

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label {
  display: block;
  margin: 0 0 8px !important;      /* Abstand Label -> Input */
  line-height: 1.2;
}

/* Inputs/Selects equal height + spacing */

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .input-text,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .input-text,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper select,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper textarea {
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 10px;
  border: none !important;
  background: #f0f0f0;
}

/* Select2: gleiche Höhe wie Inputs */

.woocommerce-checkout .select2-container .select2-selection--single {
  border: none !important;
  border-radius: 10px !important;
  background: #f0f0f0 !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
  padding-left: 16px !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
}

/* ================================
 * Special case: Address line 2 has no label -> spacing looks "off"
 * We normalize it.
 * ================================ */

.woocommerce-checkout #billing_address_2_field {
  margin-top: -10px !important;     /* zieht das "Apartment..." näher an Address 1 ran */
}

.woocommerce-table--order-details thead {
background-color: var(--main) !important;
    color: #fff !important;
}


/* Häufige Woo-Blöcke separat absichern */
.woocommerce-order .woocommerce-order-overview,
.woocommerce-order .awcdp_deposits_summary,
.woocommerce-order table,
.woocommerce-order thead,
.woocommerce-order tbody,
.woocommerce-order tfoot,
.woocommerce-order tr,
.woocommerce-order th,
.woocommerce-order td {
  background: #fff !important;
  color: #000;
  border-radius: 15px;
}

.woocommerce-order .woocommerce-order-overview, .woocommerce-order .woocommerce-customer-details, .woocommerce-order .awcdp_deposits_summary, .woocommerce-order table {
border-radius: 15px !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
border-radius: 0px !important;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    display: contents !important;
}

.woocommerce td.product-name .wc-item-meta {
    margin: 0 0 1.5em 0em !important;
}

.awcdp_deposits_summary_title {
    font-size: 24px !important;
    margin-bottom: 1.5rem !important;
    font-weight: 700;
	font-family: var(--font-heading);
    line-height: 150%;
    margin: 0 0 .7rem;
     margin-top: 50px;
}


.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 50px;
}
/* Optional: Tabellen optisch sauber */
.woocommerce-order table {
  border-collapse: collapse;
}

.woocommerce-order table th,
.woocommerce-order table td {
  background: #fff !important;
  border-bottom: 0px solid #ddd;
  border-radius: 0px;
}


.woocommerce-order #wc-print-button {
    display: none !important;
}

.woocommerce-table  .awcdp_deposits_summary {
    border-radius: 10px !important;
}

.woocommerce-table__product-table .product-total {
    border-bottom: 1px solid #ddd !important;
}

/* ==============================
 * WooCommerce Login
 * ============================== */

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
        background: #f1f1f1 !important; }

.wgm-digital-attribute-list, .wgm-digital-checkout-notice  {display: none !important;;}

/* ========================================================================== 
 * MKL Configurator
 * ========================================================================== */

/* Konfigurator */

.mkl_pc .mkl_pc_container {
 background: color-mix(in srgb, #000 70%, transparent) !important;
  }

.mkl_pc .mkl_pc_container .mkl_pc_viewer > header > .cancel {
 background: #fff !important;
  }

.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
    background: #f0f0f0 !important;
    --mkl_pc-choice-spacing: .8em;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.choice:not(.is-group)::before{
 background: #000 !important;
  }

.mkl_pc .mkl_pc_container .mkl_pc_toolbar
section.choices .layer_choices
li.choices-list li.choice:not(.is-group) {
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar
section.choices .layer_choices
li.choices-list li.choice:not(.is-group).active {
  --choice-border-color: #000 !important;
  box-shadow: 0 0 0 1px #000;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar
section.choices .layer_choices
li.choices-list li.choice:not(.is-group).inactive {
  opacity: .6;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li > button.choice-item:disabled {
    background: #bde6e2;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail {
height: 75px;
    width: 75px;
}

.mkl_pc.mkl_pc .mkl_pc_container.mkl_pc_container
.mkl_pc_toolbar section.choices
.layer_choices li.choices-list li > button.choice-item:disabled,
.mkl_pc.mkl_pc .mkl_pc_container.mkl_pc_container
.mkl_pc_toolbar section.choices
.layer_choices li.choices-list li > button.choice-group-label:disabled {
    opacity: 1 !important;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.layers-list-item:not(.type-step):not(:last-of-type) {
margin-bottom: 45px !important;
    }

.mkl_pc .mkl_pc_container footer {
  justify-content: right !important;
}

.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers    {
    top: var(--mkl_pc-layers-spacing, 0px) !important;
    bottom: var(--mkl_pc-layers-spacing, 0px) !important;
    background: #fff;
    }

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.text.choice-name {
  font-size: 14px !important;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.choice-price{
  font-size: 14px !important;
}

/* ========================================================================== 
 * Responsive
 * ========================================================================== */

@media (max-width: 991.98px) {

.rz-single .rz-content {
  padding-right: 15px;
}
}

@media (max-width: 1199.98px) {
    .brk-header-text-white .brk-mobile-header .brk-logo-overlap {
        background: #fff;
    }
}

@media (max-width: 575.98px) {
    .brk-boxes-trendy .brk--cell {
        width: 45vw;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .kGFQeU {
        bottom: 75px;
        left: 24px;
        right: initial;
    }
}

@media (max-width: 767.98px) {
    .brk-carousel-search .brk--container .brk--cont-heading {
        order: 1;
    }
}

@media (max-width: 767.98px) {
    .brk-carousel-search .brk--container .brk--cont-search {
        order: 2;
    }
}

@media (max-width: 640px){
  .fyc-request-grid .row{
    grid-template-columns: 1fr;
  }
}

/* ========================================================================== 
 * Misc
 * ========================================================================== */

/* Blog */

.sb-chat {
z-index: 999 !important;
}

h1 {
  margin: 1.5em 0;
 }

/* Vehicle Dimensions */

.vehicle-dimensions {
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  color: #333;
}

dl {
  margin: 0;
}

.dimension-row {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e1e1e1;
}

.dimension-row:last-child {
  border-bottom: none;
}

dt {
  font-weight: 400;
}

dd {
  margin: 0;
  font-weight: 500;
}

/* Info Box */

.info-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  font-family: 'Inter', sans-serif;
  color: #000;
  max-width: 700px;
}

.info-box-focus {
  background-color: #d2f0ec;
  border-radius: 10px;
  padding: 1.5rem;
  font-family: 'Inter', sans-serif;
  color: #000;
  max-width: 700px;
}

.info-box-focus .info-label {
  display: inline-block;
  background-color: #fdd835;
  color: #333;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-bottom: 0.75rem;
}

.info-box h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.info-box-focus h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.info-box .info-box-focus p {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

/* Module Sleeping Places */

.info-section {
  display: flex;
  gap: 2rem;
  font-family: 'Inter', sans-serif;
  color: #2b2b2b;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: left;
  gap: 1rem;
  max-width: 400px;
}

.icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.info-content {
  display: flex;
  flex-direction: column;
}

.info-title {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: -1rem;
}

.info-icon {
  font-size: 0.85rem;
  margin-left: 0.3rem;
  color: #666;
}

.info-content strong {
  font-size: 1rem;
  font-weight: 700;
  color: #2b2b2b;
}

.info-sub {
  font-size: 0.9rem;
  color: #999;
  margin-top: 0.2rem;
}

/* Module Feature */

.feature-block {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  color: #2b2b2b;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.5rem;
}

.feature-list li::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f00c" !important;
  color: #2ecc71;
  width: 1.2rem;
  text-align: center;
}

/* Module Rental Box */

.rental-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  gap: 2rem;
  max-width: 900px;
  font-family: 'Inter', sans-serif;
}

.rental-logo img {
  width: 180px;
  height: auto;
  object-fit: contain;
}

.rental-content {
  flex: 1;
}

.rental-content p {
  font-size: 1.2rem;
  color: #333;
  margin: 0 0 1rem;
  line-height: 1.4;
}

.partner-info {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.heading-left {
    flex: 1;
}

.heading-right {
    text-align: right;
    min-width: 130px;
    margin-left: auto;
}

.score-description {
    font-weight: bold;
    font-size: 14px;
    margin-top: 4px;
}

/* ... */

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
width: 100px !important;
    height: auto !important;
}

/* ... */

.wpml-ls-flag {
  border-radius: 50%;
  overflow: hidden;
  width: 24px !important;
  height: 24px !important;
  object-fit: cover;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  border-radius: 50%;
  overflow: hidden;
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.wpml-ls-legacy-dropdown a {
    border: none;
display: inline-block;
    padding: 10px 20px;
}

.sweet-alert {
    border-radius: 10px;
   }

.sweet-alert h2 {
    color: #000;
           }

.sweet-alert p  {
    color: #000;
           }

.wcml-dropdown {
  width: initial;
}

/* ... */

.custom-feature-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 10px;
}

.custom-feature {
    width: 48%;
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-bottom: 0px;
    word-break: break-word;
}

.custom-feature .icon {
    font-size: 22px;
    margin-right: 10px;
    min-width: 30px;
    text-align: center;
}

.price-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-from-label {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.price-main {
    color: #000;
    margin: 0;
    margin-top: -5px;
}

.price-per-night {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.price-total-2 {
    font-size: 16px;
    color: #000;
    margin-top: -15px;
}

.availability-checking { background-color: #999; }

.availability-available { background-color: #00a878; }

.availability-limited { background-color: #f0ad4e; }

/* ... */

.listing-headline .label {
  font-size: 35px;
  font-weight: 800;
  background: black;
  color: white;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 6px;
  margin-top: 35px;
}

/* Insurance */

.insurance-compare table {
  width: 100%;
  border-collapse: collapse;
  border: 0px solid #fff !important;
}

.insurance-compare th,
.insurance-compare td {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ddd !important;
    padding-left: 15px;
}

.insurance-compare th.highlighted,
.insurance-compare td.highlighted {
  background-color: #d2f0ec;
  border-bottom: 1px solid #ddd !important;
}

.insurance-compare table th.highlighted:first-child {
  border-top-right-radius: 10px;
  overflow: hidden;
}

.insurance-compare table tr:last-child td.highlighted {
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.insurance-compare table tr:last-child {
border-bottom: 0px solid #fff !important;
}

.insurance-compare table td:first-child,
.insurance-compare table th:first-child {
  text-align: left;
}

/* Preis bei deaktivierten MKL-Choices als "included" anzeigen */

li.choice.cdisabled .choice-extra-price {
    font-size: 0;              /* vorhandenen Preis + "+" unsichtbar machen */
}

li.choice.cdisabled .choice-extra-price::after {
    content: 'included';       /* oder 'inklusive' */
    font-size: 14px;           /* gewünschte Schriftgröße */
    font-weight: 600;          /* optional: etwas fetter */
}

.addons-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* genau drei Spalten */
  gap: 20px;
  width: 100%;
}

.addon-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.addon-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.addon-name {
  font-weight: bold;
  margin-bottom: 6px;
}

.addon-price {
  color: #333;
  margin-bottom: 24px;
}

.addon-card {
  /* vorhandene Eigenschaften: */
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /* Ergänzen: */
  align-items: center; /* zentriert Inhalt horizontal */
  text-align: center;
}

.fycv-compare {
  max-width: 1100px;
  margin: 0 auto 40px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.fycv-compare h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.fycv-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.fycv-table th,
.fycv-table td {
  padding: 10px 12px;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
}

.fycv-table thead th {
  border-bottom: none;
}

.fycv-table thead th:first-child {
  background: transparent;
  border: none;
}

.fycv-plan {
  position: relative;
  display: inline-block;
  padding: 12px 20px 18px;
  background: #00a79d; /* Türkis */
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-width: 140px;
}

.fycv-plan::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 16px solid #00a79d;
}

/* linke Spalte mit Leistungen */

.fycv-table tbody th {
  text-align: left;
  font-weight: bold;
  background: #f5f5f5;
  width: 28%;
}

/* abwechselnde Zeilenfarben wie im Bild */

.fycv-table tbody tr:nth-child(odd) td {
  background: #f9f9f9;
}

/* Häkchen &amp; Kreuze */

.fycv-tick {
  color: #00a79d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.fycv-cross {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* Beträge mittig */

.fycv-amount {
  text-align: center;
}

.check-item {
    display: flex;
    align-items: flex-start; /* verhindert Versatz */
    gap: 10px;               /* Abstand Icon ↔ Text */
    margin: 6px 0;
}

.check-item i {
    font-size: 18px;         /* einheitliche Icon-Größe */
    line-height: 1;          /* verhindert "Absacken" */
    margin-top: 3px;         /* gleicht die Höhe aus */
}

.check-item.sub-item {
    margin-left: 32px;       /* Einrückung */
}

.price-symbol{
  font-weight:700;
  font-size:20px;
}

.material-icons,
.material-icon-money,
.price-symbol {
  transform: none !important;
  font-style: normal !important;
}

.variation-Configuration > div span.choice-thumb{
        display: block !important;
            }

.choice-thumb img{
        display: none !important;
            }

.variation-DepositAmount{
        display: none !important;
            }

.variation-FuturePayments{
        display: none !important;
            }

.elementor-lightbox .elementor-lightbox-image {
box-shadow: none !important;
}

.elementor-lightbox .elementor-lightbox-item {
background-color: #fff;
}

.ix-delete-account-btn{
  width: auto !important;
  max-width: none !important;
  display: inline-flex !important;
  align-items: center;
}

.material-icon-fiber_manual_record{
    display: none !important;
    }

main.partner-page h1:first-child {
    display: none !important;
}

.icon-btn {
width: 44px;
    height: 44px;}

table {
border: none;
}

.awcdp_balance_pay {
    padding: 10px !important;
    border-radius: 10px !important;
}




.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 15px;
    background: #fff;
}

.brk-table-checkout .product-image .brk--image .brk--remove {
    background-color: red;
    color: #fff;
}



/* --- Billing as Card --- */
.woocommerce .woocommerce-billing-fields{
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  overflow: hidden; /* wichtig: Header rund + Body sauber */
  margin: 0 0 24px;
}

/* Header (nur oben rund, nicht pill) */
.woocommerce .woocommerce-billing-fields > h3{
  margin: 0;
  padding: 14px 16px;
  background: #000;
  color: #fff;
  font-weight: 800;
  font-size: 16px;          /* wie im Screenshot */
  line-height: 1.2;
  border-radius: 0;         /* wichtig: keine pill */
}

/* Body Padding */
.woocommerce .woocommerce-billing-fields__field-wrapper{
  padding: 16px;
}

/* Optional: Abstand der Felder etwas “luftiger” */
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row{
  margin-bottom: 14px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row:last-child{
  margin-bottom: 0;
}


/* Additional information */
.woocommerce .woocommerce-additional-fields{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  overflow:hidden;
  margin:0 0 24px;
}
.woocommerce .woocommerce-additional-fields > h3{
  margin:0;
  padding:14px 16px;
  background:#000;
  color:#fff;
  font-weight:800;
  font-size:16px;
  line-height:1.2;
}
.woocommerce .woocommerce-additional-fields__field-wrapper{
  padding:16px;
}

/* Order review + Payment (je nach Theme kann das anders heißen) */
.woocommerce #order_review,
.woocommerce #payment{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  overflow:hidden;
  margin:0 0 24px;
}

/* Deine Section Titel im Template (Terms & Payment) als Header-Bar */
.woocommerce h3.brk-section-title {
  margin:0 0 12px;
  padding:14px 16px;
  background:#000;
  color:#fff;
  font-weight:800;
  font-size:18px;
  line-height:1.2;
  border-radius:14px; /* wenn es eine eigene bar sein soll */
}



.woocommerce table.shop_table td, .woocommerce table.shop_table th { 
padding: .75rem 1rem;
}

.woocommerce table.shop_table { 
margin: 0 0 18px !important;
}


.woocommerce #order_review, .woocommerce #payment { 
margin: 24px 0 24px;
}


.woocommerce form .form-row .input-text, .woocommerce form .form-row select { 
    padding: 1em;
	border: none; 
}


.woocommerce .woocommerce-info.woocommerce-info { 
background-color: #fff;
}

