/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/

/* html {
    scrollbar-color:  var(--primary) #fff;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    font-variant-numeric: lining-nums
} */

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 16px
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border: 6px solid rgba(0,0,0,.2);
    border-radius: 6px
}

::selection {
    color: #fff;
    background: var(--primary);
}

.grecaptcha-badge {
    transform: scale(0);
    opacity: 0;
    pointer-events: none
}

body:not(.logged-in) {
    .vehica-mobile-menu__open__top__submit-button,
    .vehica-mobile-menu__login {
        opacity: 0;
        visibility: hidden;
    }

    .vehica-menu__sticky-submit {
        display: none;
    }
}

.vehica-car-price {
    margin-bottom: 0;
}

.vehica-car-card__info__single {
    margin-bottom: 0;
}

.vehica-car-card-row__calculate {
    display: none;
}