@import url("/css/franchises/shared.css");

/* Optional font-family imports from centrally managed resources on Sirv */

.chery {

    /* Optionally set franchise font-family to match that in Sirv @font-face rules  */
    /* Styles in shared.css will fallback to --bs-body-font-family by default */

    /* Set franchise-specifc button colours */
    --franchise-primary: #c8102e;
    --franchise-secondary: #cda786;
    --franchise-primary-button-text: #fff;
    --franchise-hover-bg:  #ef6079;
    --franchise-hover-text: #fff;

   
    #main-navigation .nav-link:hover, #main-navigation .dropdown-item:hover, .nav-content .dropdown-item:active, .nav-content .dropdown-item:focus{
        background-color: var(--franchise-primary);
    }

    #main-navigation .nav-link.dropdown-toggle::after, #main-navigation .dropdown-item.dropdown-toggle::after {
        border-color: #fff !important;
        opacity: 1 !important;
    }
    .bg-gradient-vertical {background: linear-gradient(90deg, var(--franchise-hover-text) 0%, var(--franchise-primary) 70%) !important;}

}

