@keyframes left-in {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes right-in {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(-100%);
        opacity: 1;
    }
}

@keyframes enter {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes leave {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.hide_sitemap {
    margin-top: auto;
    min-height: 50px;
}

.desktop_width {
    max-width: 1100px;
}

.container-fluid .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1100px) {
    .inline-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-730 {
    max-width: 760px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.noscroll {
    overflow: hidden;
}

[v-cloak] {
    display: none !important;
}

.opacity-3 {
    opacity: .3;
}

a {
    color: #1f1f1f;
}

h1,
.h1 {
    font-size: 34px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 28px;
}

.f-70 {
    font-size: 70px;
}

.f-68 {
    font-size: 68px;
}

.f-66 {
    font-size: 66px;
}

.f-64 {
    font-size: 64px;
}

.f-62 {
    font-size: 62px;
}

.f-60 {
    font-size: 60px;
}

.f-58 {
    font-size: 58px;
}

.f-56 {
    font-size: 56px;
}

.f-54 {
    font-size: 54px;
}

.f-52 {
    font-size: 52px;
}

.f-50 {
    font-size: 50px;
}

.f-48 {
    font-size: 48px;
}

.f-46 {
    font-size: 46px;
}

.f-44 {
    font-size: 44px;
}

.f-42 {
    font-size: 42px;
}

.f-40 {
    font-size: 40px;
}

.f-38 {
    font-size: 38px;
}

.f-36 {
    font-size: 36px;
}

.f-34 {
    font-size: 34px;
}

.f-32 {
    font-size: 32px;
}

.f-30 {
    font-size: 30px;
}

.f-28 {
    font-size: 28px;
}

.f-26 {
    font-size: 26px;
}

.f-24 {
    font-size: 24px;
}

.f-22 {
    font-size: 22px;
}

.f-20 {
    font-size: 20px;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-15 {
    font-size: 15px;
}

.f-14 {
    font-size: 14px;
}

.f-13 {
    font-size: 13px;
}

.f-12 {
    font-size: 12px;
}

.f-10 {
    font-size: 10px;
}

.f-9 {
    font-size: 9px;
}

.f-8 {
    font-size: 8px;
}

.f-6 {
    font-size: 6px;
}

@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    .f-68 {
        font-size: 68px;
    }

    .f-40 {
        font-size: 40px;
    }

    .f-32 {
        font-size: 32px;
    }

    .f-30 {
        font-size: 30px;
    }

    .f-28 {
        font-size: 28px;
    }

    .f-26 {
        font-size: 26px;
    }

    .f-24 {
        font-size: 24px;
    }

    .f-22 {
        font-size: 22px;
    }

    .f-20 {
        font-size: 20px;
    }

    .f-18 {
        font-size: 18px;
    }

    .f-16 {
        font-size: 16px;
    }

    .hide-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.titoletto {
    font-size: 18px;
}

.text-color-1 {
    color: var(--c1);
}

.text-color-2 {
    color: var(--c2);
}

.text-color-3 {
    color: var(--c3);
}

.text-color-4 {
    color: var(--c4);
}

.text-color-5 {
    color: var(--c5);
}

.text-white,
.text-color-6 {
    color: var(--c6);
}

.text-color-7 {
    color: var(--c7);
}

.text-color-13 {
    color: var(--c13);
}

.text-green {
    color: #079c39;
}
.text-blue {
    color: #178DEF;
}
.background-transparent {
    background-color: transparent;
}

.background-color-3 {
    background-color: #1f1f1f;
    .checkbox label, .checkbox a, .privacyFormCnt{
        color: #fff;
    }
    .checkbox a{
        text-decoration: underline;
    }
}
.privacylabel{
    margin-bottom: 10px;
}

.background-color-3-o-80 {
    background-color: var(--c3o80);
}

.background-color-3-o-30 {
    background-color: var(--c3o30);
}

.background-color-6 {
    background-color: var(--c6);
}

.background-color-5 {
    background-color: var(--c5);
}

.background-color-8 {
    background-color: var(--c8);
}

.background-color-10 {
    background-color: var(--c10);
}

.background-color-12 {
    background-color: var(--c12);
}

.background-color-13 {
    background-color: var(--c13);
}

.background-color-14 {
    background-color: var(--c14);
}

.underline {
    text-decoration: underline !important;
}

.right_left-enter-active {
    animation: left-in 0.3s;
}

.left_right-enter-active {
    animation: right-in 0.3s;
}

.right_left-leave-active {
    animation: right-in 0.3s;
}

.left_right-leave-active {
    animation: right-in 0.3s;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 350;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.small {
    font-weight: 350;
}

.no-padding {
    padding: 0;
}

.w-fit-content {
    width: fit-content;
}

.w-75 {
    width: 75%;
}

.w-33 {
    width: 33%;
}

.w-25 {
    width: 25%;
}

.background-black {
    background-color: #21283a;
}

.background-white {
    background-color: #fff;
}

.background-blue {
    background-color: var(--c3);
}

.pointer {
    cursor: pointer;
}

.line-through {
    text-decoration: line-through;
}

.border-none {
    border: none !important;
}

/*vue trasitions*/

.slide-down-enter-active,
.slide-down-leave-active {
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.slide-down-enter-to,
.slide-down-leave {
    height: 100px;
}

.slide-down-enter,
.slide-down-leave-to {
    height: 0;
}

.expand-enter-active,
.expand-leave-active {
    transition: all 0.2s ease-in-out;
}

.expand-enter-to,
.expand-leave {
    height: initial;
}

.expand-enter,
.expand-leave-to {
    height: 0;
}

.expand-ricerca-enter-active,
.expand-ricerca-leave-active {
    transition: all 0.2s ease-in-out;
}

.expand-ricerca-enter-to,
.expand-ricerca-leave {
    width: 286px;
}

.expand-ricerca-enter,
.expand-ricerca-leave-to {
    width: 0;
}


/*
Checkbox
*/

.checkbox_cnt {
    /*     display: flex;
    align-items: center; */
    margin-right: 15px;
    padding-top: 5px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 350;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    width: auto;
}

.checkbox_cnt[disabled],
.checkbox_cnt.disabled {
    opacity: .6;
    pointer-events: none;
}

.garanzie .checkbox_cnt {
    margin-right: 0;
    margin-bottom: 20px;
}


/* Hide the browser's default checkbox */

.checkbox_cnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    border: thin solid #e3e3e3;
}


/* On mouse-over, add a grey background color */

.checkbox_cnt:hover input ~ .checkmark {
    background-color: transparent;
    border: thin solid #e3e3e3;
}


/* When the checkbox is checked, add a blue background */

.checkbox_cnt input:checked ~ .checkmark {
    background-color: #649fcc;
    border-color: transparent;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox_cnt input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox_cnt .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 15px;
    /*border: solid rgba(86, 95, 105);*/
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Checkbox end*/

select {
    outline: none;
    height: 48px;
    width: 286px;
    font-weight: 350;
    font-size: 14px;
    border: thin solid #e3e3e3;
    background: #e3e3e3;
    margin: 0 0 7px;
    padding: 15px 10px;
}

select.inactive {
    opacity: 0.3;
}


/* select option:first-child {
    color: #999;
} */

select option {
    font-weight: 350;
}

.btn {
    width: 100%;
    padding: 10px;
    margin: 14px;
    cursor: pointer;
}

.btn-sm {
    padding: 6px;
}

.btn.btn-blue {
    /* background-color: #008af2; */
    background-color: #565F69;
    color: white;
    border: 1px solid #fff;
    transition: background-color .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 36px;
}

.btn-green {
    background-color: var(--c11) !important;
}

.btn.btn-blue i {
    font-size: 10px;
}

.btn.btn-blue:hover {
    background-color: #1F1F1F;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .preFooterContent span {
        display: block !important;
        margin-bottom: 5px;
    }
}

.preFooterContent p {
    line-height: 14px;
    margin-bottom: 10px;
}

.preFooterContent a,
.tag {
    display: inline-block;
    transition: all 0.3s;
    background-color: #bbbfc8;
    padding: 7px;
    margin: 3px;
    font-size: 12px;
    border-radius: 2px;
}

.preFooterContent a {
    margin: 3px 0;
    padding: 7px 18px;
}

.preFooterContent p > a:first-child {
    margin-left: 10px;
}

.preFooterContent p > span:first-child {
    display: inline-block;
    min-width: 100px;
}

.preFooterContent a:hover,
.tag:hover {
    text-decoration: none;
    background-color: #649fcc;
    color: #fafafa;
    cursor: pointer;
}

.tag.selected {
    background-color: #649fcc;
    color: #fafafa;
}

.show-more {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
}

.show-more i {
    transition: all .2s ease-in-out;
}

.show-more.active i {
    transform: rotate(180deg);
}

.show-more .show-more-close,
.show-more.active .show-more-open {
    display: none;
}

.show-more.active .show-more-close {
    display: inline;
}

.show-more.big {
    left: 0;
    right: 0;
}

.show-more i {
    margin-left: 5px;
}


/* wi input
/* ------------------------ */

.inputWi {
    position: relative
}

.inputWi input,
.inputWi textarea {
    font-size: 14px;
    box-shadow: none !important;
    border-color: #ccc !important;
    border-radius: 4px;
    resize: none;
    padding: 14px 0 0 7px;
}

.inputWi input:focus,
.inputWi textarea:focus {
    border-color: #ccc !important;
}

.inputWi input,
.inputWi select {
    height: 45px;
}

.inputWi span {
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 16px;
    font-weight: 350;
    color: rgba(31, 31, 31, .6);
    transition: 0.2s ease all;
    pointer-events: none;
}

.inputWi span.active {
    top: 2px;
    bottom: 10px;
    font-size: 10px;
    opacity: 1;
    color: #555;
    left: 7px;
}


/* attachments
/* ------------------------ */

.attachments {
    margin: 1rem 0;
}

.attachments ul,
.attachments li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.attachments li {
    border: 1px solid #e3e3e3;
    margin-bottom: 5px;
}
.attachments a {
    padding: 15px;
    font-weight: 300;
    font-size: 14px;
    color: #1f1f1f;
    transition: color .2s ease-in-out;
    display: block;
    transition: all .3s;
}
.attachments a:hover {
    text-decoration: underline !important;
}


/* breadcrumbs
/* ------------------------ */

.top-breadcrumbs {
    margin: 10px 15px;
    padding: 0;
}

.top-breadcrumbs ul,
.top-breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.top-breadcrumbs li:not(:last-child):after {
    content: ' > ';
    font-size: 11px;
    font-weight: 700;
}

.top-breadcrumbs a,
.top-breadcrumbs span {
    font-size: 10px;
    font-weight: 350;
}

.top-breadcrumbs a {
    /*     color: #1f1f1f; */
    color: #bbbfc8;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

.top-breadcrumbs a:hover {
    color: #1f1f1f;
}


/*accordion*/

.accordion .toggleTab i,
.accordion-title i,
.accordion-body {
    transition: all .3s;
}

.accordion .toggleTab.open i,
.accordion-title.open i {
    transform: rotate(180deg);
}

.accordion {
    padding: 2px 5px;
    margin: 0;
}

.accordion div.accordion-body {
    display: none;
}

.accordion div.accordion-body.open {
    display: block;
}

.slide-down {
    display: none;
}

.jq-accordion {
    padding: 2px 5px;
    margin: 0;
}

.jq-accordion-head .fa,
.jq-accordion-head .fa-angle-down {
    transition: all .2s ease-in-out;
}

.jq-accordion-head.active .fa,
.jq-accordion-head.active .fa-angle-down {
    transform: rotate(180deg);
}

.jq-accordion-head img {
    padding-right: 10px;
}

.jq-accordion-body {
    display: none;
}

.open .accordion-title .fa-angle-down {
    transform: rotate(180deg);
}

.form-control {
    font-weight: 350;
}

.elasticSearchCnt {
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--c8);
    z-index: 5000;
}

.elasticSearchScroll {
    padding: 30px 0 120px;
    overflow-y: scroll;
    max-height: 80vh;
}

@media (max-width: 768px) {
    .elasticSearchScroll {
        overflow-x: hidden;
        /* padding: 0; */
    }

    .elasticSearchScroll .boxVeicoloVenditaMobile {
        width: 48%;
        margin-left: 0 !important;
        margin-right: 1%;
    }

    .elasticSearchScroll .boxVeicoloVendita.boxVeicoloVenditaMobile {
        padding-bottom: 15px;
    }

    .elasticSearchScroll .boxVeicoloVenditaMobile:nth-child(2n) {
        margin-right: 0;
    }

    .elasticSearchScroll .boxVeicoloVenditaMobile .scheda {
        width: 100%;
    }

    .elasticSearchScroll .boxVeicoloVenditaMobile .scheda .title {
        font-size: 14px;
    }

    .elasticSearchScroll .boxVeicoloVenditaMobile .scheda .truncate {
        width: 160px;
    }
}

@media (min-width: 768px) {
    .elasticSearchScroll {
        padding: 30px;
    }
}

.closeElastic {
    position: absolute;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .elasticSearchScroll .boxVeicoloVendita {
        margin: 0 auto;
    }
}


/* horizontal scroller on mobile
/* ------------------------ */

.filtraper_mobile {
    display: none !important;
}

@media (max-width: 992px) {
    .filtraper_mobile {
        text-align: center;
        display: block;
        margin: 15px 0;
    }

    .mobile-horizontal-scroll {
        scroll-snap-align: start;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-horizontal-scroll .filtraper {
        display: none;
    }

    .mobile-horizontal-scroll > div {
        display: flex;
        justify-content: start;
        flex-wrap: nowrap;
    }

    .mobile-horizontal-scroll .brand-item,
    .mobile-horizontal-scroll > div > div {
        scroll-snap-align: start;
        flex-grow: 0;
        flex-shrink: 0;
        transition: opacity .2s ease-in-out;
        padding: 0;
    }

    .filtro_marchi .brand-item {
        min-width: 33.333%;
        text-align: center;
    }

    .filtro_marchi .mobile-horizontal-scroll .brand-item {
        /*         width: calc(100vw / 3.5);
 */
        justify-content: center;
        padding: 0;
    }
}

.customSearchBox a {
    color: #fff;
    text-decoration: underline;
}


#search-home {
    position: relative;

    background: rgb(37, 43, 61);
    background: -moz-linear-gradient(190deg, rgba(37, 43, 61, 1) 0%, rgba(61, 92, 130, 1) 100%);
    background: -webkit-linear-gradient(190deg, rgba(37, 43, 61, 1) 0%, rgba(61, 92, 130, 1) 100%);
    background: linear-gradient(190deg, rgba(37, 43, 61, 1) 0%, rgba(61, 92, 130, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252b3d", endColorstr="#3d5c82", GradientType=1);
}

#search-home .search-home--bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#search-home > *:not(.search-home--bg) {
    position: relative;
    z-index: 9;
}

#search-home .search-home--bg img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

#search-home .search-home--content {
    position: relative;
    z-index: 9;
}

.background-ricerca{
    position: relative;

    background: rgb(37, 43, 61);
    background: -moz-linear-gradient(190deg, rgba(37, 43, 61, 1) 0%, rgba(61, 92, 130, 1) 100%);
    background: -webkit-linear-gradient(190deg, rgba(37, 43, 61, 1) 0%, rgba(61, 92, 130, 1) 100%);
    background: linear-gradient(190deg, rgba(37, 43, 61, 1) 0%, rgba(61, 92, 130, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252b3d", endColorstr="#3d5c82", GradientType=1);
}

.background-ricerca .search-home--bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.background-ricerca .search-home--bg img{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.background-ricerca > *:not(.search-home--bg) {
    position: relative;
    z-index: 9;
}
.easy-autocomplete{
    width: 100% !important;
}
.easy-autocomplete-container{
    color: #999;
}
.inputWiH {
    display: none;
}