/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/* SEO more-less text */
.show-more-text-button,
.show-less-text-button {
    font-weight: bold !important;
}

.show-more-text-button.show-more-text-button--show,
.show-less-text-button.show-less-text-button--show,
.more-text-description.more-text-description--show {
    display: inline;
}
.show-more-text-button.show-more-text-button--hide,
.show-less-text-button.show-less-text-button--hide,
.more-text-description.more-text-description--hide {
    display: none;
}


/* Prezzo evidenziato per card noleggio */
.card-auto .card-rent-price .woocommerce-Price-amount.amount {
    font-size: 24px;
}


/* Lead Form */
.lead-form .elementor-field-option {
    display: flex;
}
.lead-form .elementor-field-option input[type="checkbox"],
.lead-form .elementor-field-option input[type="radio"] {
    margin-right: 5px;
}


/* Arrow tonde negli slider di auto */
.jet-listing-grid__slider-icon.slick-arrow {
    border-radius: 200px !important;
}


/* Stile select */
select.jet-select__control,
select.jet-sorting-select,
.jet-filter-items-dropdown__label {
    background-image: url("img/select-arrow.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 95% 50%;
}
.jet-filter-items-dropdown__label:after {
    display: none;
}


/* Dettaglio auto */
/* .detail-car-optional-list .elementor-widget-container {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    align-items: baseline;
}
@media screen and (max-width: 768px) {
    .detail-car-optional-list .elementor-widget-container {
        grid-template-columns: auto auto auto auto auto auto;
    }
}
@media screen and (max-width: 360px) {
    .detail-car-optional-list .elementor-widget-container {
        gap: 15px 20px;
        grid-template-columns: auto auto auto auto;
    }
}
.detail-car-optional-list br {
    content: "";
    display: inline-block;
}

.detail-car-description ul {
    margin-top: 20px;
    margin-bottom: 20px;
} */

#btn-back {
    cursor: pointer;
}


/* Dealer locator */
#wpsl-wrap .wpsl-search {
    background-color: #fff;
    border-radius: 10px;
}

#wpsl-wrap .wpsl-street,
#wpsl-wrap .wpsl-info-window span,
#wpsl-wrap .wpsl-more-info-listings span,
#wpsl-wrap .wpsl-info-window span strong,
#wpsl-wrap .wpsl-more-info-listings span strong {
    font-weight: normal !important;
    line-height: normal;
    font-size: 14px;
}

#wpsl-wrap .wpsl-more-info-listings .wpsl-store-details.wpsl-store-listing.wpsl-active-details:before,
#wpsl-wrap .wpsl-more-info-listings .wpsl-store-details.wpsl-store-listing:before {
    display: none !important;
}

#wpsl-wrap .wpsl-more-info-listings .wpsl-store-details p {
    margin-bottom: 0;
}

#wpsl-wrap .wpsl-more-info-listings .wpsl-direction-wrap {
    font-size: 15px;
}

#wpsl-wrap #wpsl-search-wrap div label {
    line-height: 38px;
}

#wpsl-wrap #wpsl-result-list {
    position: relative;
}

#wpsl-wrap #wpsl-result-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#DEE3ED 75%);
    z-index: 1;
    pointer-events: none;
}

#wpsl-wrap #wpsl-stores ul {
    margin-bottom: 50px;
}
