/* Accordion style */
.elementor-accordion-item {
    border-radius: 10px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    margin-bottom: 20px;
}

.elementor-accordion-item .elementor-accordion-title {
    color: var(--e-global-color-primary);
}

.elementor-accordion-item .elementor-tab-title {
    background-color: var(--e-global-color-c1876b7);
}

.elementor-accordion-item .elementor-tab-title.elementor-active {
    background-color: var(--e-global-color-accent);
}

.elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title {
    color: #ffffff;
}

.keltron-pricelist {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.mobile-pricelist {
    margin-top: 10px;
    display: none;
    color: #000;
}

.mobile-pricelist>div {
    display: flex;
    justify-content: space-between;
}

.mobile-pricelist span {
    font-weight: 500;
    color: #7A7A7A;
}


@media (max-width: 900px) {

    .keltron-pricelist .price-table th:not(:first-child),
    .keltron-pricelist .price-table td:not(:first-child) {
        display: none;
    }

    .mobile-pricelist {
        display: block;
    }
}

@media (max-width: 768px) {

    .keltron-pricelist {
        box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
    }

}

.keltron-pricelist .price-table {
    width: 100%;
}

.keltron-pricelist .price-table th {
    color: var(--e-global-color-primary);
    font-size: 18px;
}

.keltron-pricelist .price-table th,
.keltron-pricelist .price-table thead:first-child tr:first-child th,
.keltron-pricelist .price-table td {
    border: none;
}

.keltron-pricelist .price-table th,
.keltron-pricelist .price-table td {
    text-align: right;
}

.keltron-pricelist .price-table th:first-child,
.keltron-pricelist .price-table td:first-child {
    text-align: left;
}

.keltron-pricelist .price-table td:first-child {
    font-weight: 500;
}

.keltron-pricelist .price-table td .short-decription {
    font-style: italic;
    font-weight: 400;
}

.keltron-pricelist .price-table td a {
    color: var(--e-global-color-accent);
}

/* Rentals list */

.rentals-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rental {
    padding: 30px;
}

.rental:hover {
    background-color: #02010100;
    border-radius: 10px;
    box-shadow: 0px 3px 30px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.rental-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.rental-top img {
    max-height: 100% !important;
    max-width: 100% !important;
}

.rental-attributes {
    margin: 30px 0;
}

.rental-attributes .attribute {
    margin: 5px 0;
}

.rental-attributes .attribute i {
    color: var(--e-global-color-accent);
    font-size: 22px;
    margin-right: 20px;
}

.rental-footer {
    display: flex;
    align-items: center;
}

.rental-link {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}

.rental-button {
    color: #fff !important;
    background-color: var(--e-global-color-accent);
    border-radius: 5px 5px 5px 5px;
    padding: 14px 32px 14px 32px;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    margin-right: 20px;
}

.rental-button,
.rental-link {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.rental-button:hover,
.rental-link:hover {
    transform: translateY(-8px);
}

@media only screen and (max-width: 900px) {
    .rentals-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .rentals-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Rental details */

.rental-details {
    padding: 100px 0px 80px 0px;
    display: flex;
    gap: 40px;
}

@media only screen and (max-width: 1024px) {
    .rental-details {
        padding: 100px 10px 80px 10px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1170px) {
    .rental-details {
        padding: 100px 10px 80px 10px;
    }
}

.rental-details .price-info {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px 0px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    min-width: 300px;
    height: fit-content;
}

@media only screen and (max-width: 900px) {
    .rental-details {
        flex-wrap: wrap;
    }

    .rental-details .price-info {
        width: 100%;
    }
}

.details-info,
.details-attributes,
.details-description {
    padding-bottom: 40px;
}

.pricelist-item {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.pricelist-item .price {
    color: #000;
}

.details-info .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-info .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaeb;
    margin-bottom: 20px;
}

.details-info .title .number {
    font-size: 32px;
    font-weight: 600;
    color: var(--e-global-color-accent);
}

.details-info .links {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
}

.details-info .links div {
    margin-right: 40px;
}

.details-info .short-description {
    margin-bottom: 20px;
}

.details-info .links a {
    color: #181d23;
    text-decoration: none;
    border-bottom: 1px solid var(--e-global-color-secondary);
}

@media only screen and (max-width: 600px) {
    .details-attributes .attributes {
        grid-template-columns: repeat(1, 1fr);
    }
}

.details-attributes .attribute {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-attributes .attribute .name {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-attributes .attribute i {
    color: var(--e-global-color-accent);
    font-size: 22px;
    margin-right: 10px;
}

.details-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 900px) {
    .details-images {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Metform fix */

.mf-multistep-container .metform-form-content section:not(.active) {
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.mf-image-select-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mf-image-select {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mf-image-select-title span {
    color: var(--e-global-color-accent);
    display: block;
    margin-top: 5px;
}

.mf-image-select-option {
    border-radius: 3px;
}

.mf-image-select-option.active {
    border-color: transparent !important;
    box-shadow: 0px 0px 0px 3px var(--e-global-color-accent);
}

.swal2-styled.swal2-confirm {
    background-color: var(--e-global-color-accent) !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px var(--e-global-color-secondary) !important;
}

.calc-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calc-box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calc-box>div>div:last-child::after {
    content: ' €';
    display: inline-block;
    margin-left: 5px;
}

.calc-total-value {
    color: var(--e-global-color-accent);
}

.calc-box .label {
    font-weight: 500;
    color: #000;
}

.calc-total {
    font-size: 18px;
}

@media only screen and (max-width: 900px) {
    .mf-image-select {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .mf-image-select {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Override Elementor Defaults */

@media (min-width: 300px) {

    body:not([class*="elementor-page-"]) .site-main {
        max-width: 1170px !important;
    }

}

.metform-form-content .elementor-section .elementor-container {
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {

    .metform-form-content .elementor-section .elementor-container {
        flex-wrap: wrap;
    }

    .metform-form-content .mf-input-wrapper>.mf-input-label {
        min-width: auto !important;
    }

}

.elementor-424 .elementor-element.elementor-element-a9b3721,
.elementor-424 .elementor-element.elementor-element-220ddac {
    padding-bottom: 20px !important;
}