body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #f0f0f0;
}

footer a.navbar-brand,
a.navbar-brand {
    width: 210px !important;
    float: left;
}

img.logo {
    width: 100%;
}

.header-login-btn {
    margin-right: 20px;
    padding: 2px 10px;
}


.header-register-btn {
    margin-right: 20px;
    padding: 2px 10px;
}

.header-login-btn:hover,
.header-register-btn:hover {
    color: #fff !important;
    background: #333 !important;
}

.ral-color-header h3 {
    font-size: 21px;
    margin: 0;
}

.ral-color-header {
    text-align: center;
    padding: 30px 0;
}

.ral-color-header h3 span {
    display: block;
    margin-bottom: 3px;
}

.ral-color-header h3 span {
    font-family: "Oswald", sans-serif;
}

.ral-color-footer a.ral-btn {
    text-decoration: none;
    width: 88px;
    border: 1px solid;
    border-radius: 4px;
    display: block;
    color: #f74f00;
    border-color: #f74f00;
    text-transform: uppercase;
    font-size: 13px;
    padding: 2px 10px;
    float: right;
    text-align: center;
    margin-top: 7px;
}

.ral-color-footer a.ral-btn:hover {
    background: #f74f00;
    color: #fff;
}

a.ral-btn span {
    display: block;
}

.ral-color-footer {
    background: #fff;
    padding: 10px 10px;
    width: 100%;
    float: left;
}

.ral-color {
    float: left;
    width: 100%;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.ral-color:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.ral-color .ral-color-header a {
    text-decoration: none;
    color: #fff;
}

.single-ral-page .ral-color .ral-color-header h3 {
    text-decoration: none;
    color: #fff;
}

.ral-color.dark .ral-color-header a {
    text-decoration: none;
    color: #000;
}

.ral-color.dark .ral-color-header a h3 span.ral-color-name {
    color: #686868;
}

.ral-color .ral-color-header a h3 span.ral-color-name {
    color: #cbcbcb;
    height: 22px;
    margin-bottom: 0;
}

a.ral-favorite {
    color: #000;
    font-size: 17px;
    width: 57px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0px;
    border-radius: 2px;
    text-decoration: none;
}

a.ral-favorite span {
    display: block;
    margin-top: -2px;
    font-size: 14px;
}


a.ral-compare svg {
    width: 20px !important;
    margin-top: -5px;
}

a.ral-compare span {
    margin-top: -2px;
    font-size: 14px;
    position: relative;
    display: block;
}

a.ral-compare {
    color: #000;
    font-size: 17px;
    width: 57px;
    float: left;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 0px;
    border-radius: 2px;
    margin-left: 14px;
}

a.ral-favorite.saved {
    color: #f74f00;
}

.ral-nav-item span {
    display: block;
    font-weight: bold;
}

a.ral-compare:hover {
    background: #dad7d7;
}

a.ral-favorite:hover {
    background: #dad7d7;
}

.ral-nav-item {
    text-align: center;
}

.ral-nav-item a {
    border-bottom: 10px solid;
    position: relative;
}

a.nav-el-0 {
    border-color: #f74f00;
}

a.nav-el-0:after {
    background: #f74f00;
}

a.nav-el-1 {
    border-color: #fff;
}

a.nav-el-1:after {
    background: #fff;
}

a.nav-el-2 {
    border-color: #000;
}

a.nav-el-2:after {
    background: #000;
}

a.nav-el-3 {
    border-color: #B92726;
}

a.nav-el-3:after {
    background: #B92726;
}

a.nav-el-4 {
    border-color: #EBD346;
}

a.nav-el-4:after {
    background: #EBD346;
}

a.nav-el-5 {
    border-color: #458938;
}

a.nav-el-5:after {
    background: #458938;
}

a.nav-el-6 {
    border-color: #0A5D94;
}

a.nav-el-6:after {
    background: #0A5D94;
}

a.nav-el-7 {
    border-color: #9c27b0;
}

a.nav-el-7:after {
    background: #9c27b0;
}

a.nav-el-7:hover svg * {
    fill: #fff !important;
}

.ral-nav-item a:after {
    content: '';
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    position: absolute;
    transition: 0.3s;
    z-index: -1;
}


.ral-nav-item a:hover {
    color: #fff;
}

.ral-nav-item a:hover:after {
    height: 100%;
}

.ral-nav-item.active a:after {
    height: 100%;
}

.ral-nav-item.active a {
    color: #fff;
}

.ral-nav-item.active a.nav-el-7 svg * {
    fill: #fff !important;
}

.ral-nav-item a.nav-el-1:hover {
    color: #000;
}

label#canvas-placeholder {
    width: 100%;
}

.svg-icon-similar svg {
    width: 30%;
}

.svg-icon-similar {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 17px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.svg-icon-similar:hover {
    background: #f0f0f0;
    border: 1px solid #000;
}

.square {
    aspect-ratio: 1 / 1;
    display: block;
}

a.nav-el-0:hover svg * {
    fill: #f74f00 !important;
}

.show-ral {
    width: 100%;
    float: left;
    min-height: 550px;
    position: relative;
}

.show-ral h1 {
    background: #fff;
    width: auto;
    position: absolute;
    bottom: 60px;
    font-size: 40px;
    padding: 10px;
}

.show-ral h2 {
    background: #f4f4f4;
    position: absolute;
    bottom: 9px;
    padding: 10px;
}

.show-ral h1 a {
    position: absolute;
    background: #f4f4f4;
    right: -56px;
    top: 0;
    height: 68px;
    padding: 14px 13px 12px 13px;
    cursor: pointer;
}

.show-ral h1 a svg {
    width: 30px;
    height: 30px;
}



.meta {
    color: #fff;
    width: auto;
    position: absolute;
    padding: 10px;
    bottom: 155px;
}

.meta.dark {
    color: #000;
}

.meta span {
    display: block;
    margin-bottom: 4px;
}

.meta span {
    display: block;
    margin-bottom: 4px;
}


.preview-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.preview-fullscreen.dark {
    color: #000;
}

.preview-fullscreen-body {
    text-align: center;
}

.preview-fullscreen-body span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.preview-fullscreen.show_div {
    opacity: 1;
    visibility: visible;
}


div#rating-stars .star {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    margin-right: 8px;
}

div#rating-stars .star:hover {
    color: orange;
}

div#rating-stars .star.active {
    color: orange;
}


.ral-color.car-single.dark .ral-color-header h3 {
    text-decoration: none;
    color: #fff;
}

.ral-nav-item.active a.nav-el-1 {
    color: #000;
}




.ral-compare-container {
    position: fixed;
    bottom: -500px;
    left: 0;
    width: 100%;
    transition: 0.4s;
    z-index: 1000;
}

.ral-compare-container.active {
    bottom: -2px;
}

.ral-compare-body {
    position: relative;
}

a.btn-compare-toggle {
    position: absolute;
    right: 0px;
    top: -23px;
    background: #f74f00;
    color: #fff;
    padding: 10px 17px;
}

a.btn-compare-toggle:after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f128";
}

.minimize a.btn-compare-toggle:after {
    content: "\f148";
}

a.ral-compare.saved svg {
    fill: green;
}

a.ral-compare.saved {
    color: green;
}

a.removse-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: red;
    padding: 7px 15px;
}

.single-compare-ral {
    height: 500px;
    position: relative;
}


.single-compare-ral h3 {
    background: #fff;
    width: auto;
    position: absolute;
    bottom: 60px;
    font-size: 21px;
    padding: 10px;
}

.single-compare-ral h4 {
    background: #f4f4f4;
    position: absolute;
    bottom: 23px;
    padding: 10px;
    font-size: 18px;

}

.minimize a.btn-compare-toggle {
    top: -44px;
}


.btn.share-facebook {
    background: #1877F2;
    border-color: #1877F2;
    border-radius: 0;
}

.btn.share-viber {
    background: #7360f2;
    border-color: #7360f2;
    border-radius: 0;
}


.btn.share-twitter {
    background: #1DA1F2;
    border-color: #1DA1F2;
    border-radius: 0;
}

.btn.share-facebook:hover,
.btn.share-viber:hover,
.btn.share-twitter:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}

@media only screen and (max-width: 700px) {
    .ral-color-footer a.ral-btn span {
        display: contents;
    }

    .ral-color-footer a.ral-btn {
        width: 100%;
        margin-top: 15px;
    }

    a.ral-compare {
        float: right;
    }

    .ral-nav-item span {
        display: inline;
    }

    .ral-nav-item a {
        text-align: left;
    }

    .ral-nav-item a:after {
        display: none;
    }

    .ral-nav-item a {
        border-bottom: 1px solid #ccc;
    }

    .ral-nav-item.active a {
        color: #000;
    }
}

main {
    margin-top: 140px;
}

#loading {
    display: none;
}

a.next-page-link {
    width: 250px;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ajax-next-page-item {
    margin: 28px 0 50px 0;
}

#pages-wrap .onmobile {
    display: none;
}

.site-title {
    text-transform: uppercase;
    font-size: 19px;
}

div#rating-stars {
    width: 100%;
    margin-bottom: 20px;
}

a.link-full-div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    .gallery-desktop {
        display: none;
    }

    main {
        margin-top: 115px;
    }

    .gallery-mobile {
        display: block;
    }

    .mb-2-mobile {
        margin-bottom: 10px;

    }
}
 .navbar-search {
    display: none;
}
@media only screen and (max-width: 770px) {

    .navbar-search {
        display: block;
    }

    .single-page-filter {
        display: none;
    }

    .car-color-cover {
        min-height: 200px!important;
        height: 200px!important;
    }

    .single-compare-ral {
        height: 190px;
    }

    .meta {
        bottom: 114px;
    }

    .single-compare-ral h4 {
        bottom: 3px;
    }

    .single-compare-ral h3 {
        bottom: 41px;
    }
}

a.rss-feed {
    background: #f26522;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    text-decoration: none;
}

a.facebook {
    background: #1877F2;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    text-decoration: none;
}

.blog-list a h2 {
    font-size: 20px;
    font-weight: bold;
}

.blog-list a {
    color: #000;
    text-decoration: none;
}

.card-title {
    min-height: 50px;
}

.link-list {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-inline: auto;
}

li.breadcrumb-item a {
    color: #343434;
    text-decoration: none;
}

section.post-categories ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

label.required::after {
    content: " *";
    color: red;
}

ul.site-list li strong {
    float: right;
}

ul.site-list li {
    border-bottom: dotted 1px #000;
    padding: 7px 0;
}

ul.site-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}


.nobgcolor {
    background: url(../images/no-background.png);
}

section#most-popular-brands a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    background: #fff;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
}
section#most-popular-brands a span {
    display: block;
}

#packageForm {
    display: none;
}

 

.bg-main-site {
    background: #f74f00;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

a.phone-link {
    color: #fff;
    text-decoration: none;
}

ul.user-navbar-nav li {
    float: left;
}

ul.user-navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.model-block {
    position: relative;
}
.model-block span:after {
    border-left: 10px solid transparent;
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-top: 10px solid #f74f00;
    border-bottom: 10px solid transparent;
    left: 57.5px;
    bottom: -20px;
}

.model-block span {
    position: absolute;
    background: #f74f00;
    color: #fff;
    width: 135px;
    border-radius: 10px;
    text-align: center;
    padding: 2px 0;
    top: -43px;
    left: calc(50% - 67.5px);
    opacity: 0;
    animation: fadeIn 1s ease forwards, shake 0.3s ease 1s;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Shake */
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}
.form-send-alert {
    display: none;
}

.color-list a {
    text-decoration: none;
    color: #fff;
    float: left;
    width: auto;
    padding: 6px 17px;
    margin-right: 10px;
}

.color-list a.dark {
    color: #000;
}

a.navbar-search {
    position: absolute;
    right: 87px;
    font-size: 26px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 13px;
} 
a.nav-link {
    text-transform: uppercase;
    font-size: 21px;
}
a.nav-link.header-login-btn {
    font-size: 17px;
}
a.nav-link.header-register-btn {
    font-size: 17px;
}