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

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

img.logo {
    width: 100%;
}

.header-login-btn {
    text-transform: uppercase;
    font-size: 14px !important;
    background: #fff;
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.header-register-btn {
    font-size: 14px !important;
    background: #f74f00;
    padding-left: 17px !important;
    padding-right: 17px !important;
    color: #fff !important;
    text-transform: uppercase;
}

.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: #f0f0f0;
    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: #fff !important;
}

.show-ral {
    width: 100%;
    float: left;
    min-height: 550px;
    margin-bottom: 15px;
    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: 100px;
}
#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;
}