.main__heading .hero-slide .titling__title {
    font-style: italic;
    text-transform: none;
}

.main__heading .hero-slide .titling__title .splt {
    letter-spacing: 14px;
}

@media (max-width: 900px) {
    .main__heading .hero-slide .titling__title .splt {
        letter-spacing: 7px;
    }
}

@media (max-width: 480px) {
    .main__heading .hero-slide .titling__title .splt {
        font-size: 20px;
        letter-spacing: 6px;
    }
}

.footer__wrapper:nth-child(1) {
    max-width: 50%;
}



.section__browse_vehicle_brands .titling__text {
    max-width: 615px;
    padding-bottom: 10px;
}
.section__browse_vehicle_brands {
    padding-top: 50px;
    padding-bottom: 110px;
}





/* banner */

.section-hero__bg::before {
    background: unset;
}
html .section-hero__title .uk-h1 {

    margin-bottom: -1px;
}






/* cart */
.uk-slideshow-items {
    height: 550px;
}

.product-list-info {
    align-items: first baseline;
}
.product-specifications-item__value {
    white-space: wrap;
}
.types-item__img {
    -webkit-filter: unset;
    filter: unset;
}




.alert {
    text-align: center;
    background-color: orange;
    color: white;
    font-size: 30px;
    padding-top: 26px;
}
