﻿body {
    color: #4f4f4f;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 31px;
}

h2, .h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 22px;
}

.text-transform-none {
    text-transform: none;
}

.text-red {
    color: rgb(255, 238, 0);
}

.btn-red {
    background-color: rgb(255, 238, 0);
    /*color: #ffffff;*/
    font-size: 18px;
    border-radius: 25px;
    padding: 5px 35px;
}

.btn-red-sm {
    background-color: rgb(255, 238, 0);
    /*color: #ffffff;*/
    font-size: 18px;
    border-radius: 25px;
    padding: 5px 15px;
}

.btn-red-outline {
    background-color: #ffffff;
    color: rgb(255, 238, 0);
    font-size: 18px;
    border: 1px solid rgb(255, 238, 0);
    border-radius: 25px;
    padding: 5px 35px;
}

.btn-red-outline-sm {
    background-color: #ffffff;
    color: rgb(255, 238, 0);
    font-size: 18px;
    border: 1px solid rgb(255, 238, 0);
    border-radius: 25px;
    padding: 5px 15px;
}

.btn-white {
    background-color: #ffffff !important;
    color: rgb(255, 238, 0) !important;
    font-size: 18px;
    border-radius: 25px;
    padding: 5px 35px;
}

.bg-red, .bg-red:focus {
    background-color: rgb(255, 238, 0);
}

select.bg-red {
    border: 1px solid #ffffff !important;
}

.overlay.bg-red {
    background-color: rgba(255, 0, 0, 0.5);
}

.c-white {
    color: #ffffff !important;
}

    .c-white a {
        color: #ffffff;
    }

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pos-rel {
    position: relative;
}

.abs-bottom {
    position: absolute;
    bottom: 0;
    width:100%;
}

hr {
    height: 1px;
    width: 100%;
    border-top: none;
    background-color: #000000;
}

.detail hr {
    background-color: #d6d6d6;
}

.max-h-70 {
    max-height: 70px;
}

.c-white hr {
    background-color: #ffffff;
}

iframe {
    border: none;
    width: 100%;
    height: 450px;
}

/*! ============== */
/*! === Header === */
/*! ============== */



    header.scroll .nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #ffffff;
        padding-top: 0 !important;
        box-shadow: 0 0 20px black;
    }

    header.scroll .nav-wrapper .top-wrapper {
        display: none;
    }

    header.scroll .nav-wrapper .logo-desktop {
        display: none !important;
    }

    header.scroll .nav-wrapper .logo-desktop-scroll {
        display: block !important;
        position: absolute;
        top: 5px;
        left: 100px;
        z-index: 999;
    }

.page header .nav-wrapper, .detail header .nav-wrapper {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

header .nav-wrapper .logo-mobile,
header.scroll .nav-wrapper .logo-mobile {
    position: fixed;
    z-index: 101;
    height: 52px;
    top: 0;
    left: 0;
}

header .nav-wrapper .menu-label {
    position: fixed;
    z-index: 999999999;
    height: 50px;
    top: 0;
    right: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
}

header .nav-wrapper .logo-mobile img {
    height: 40px;
}

header .nav-wrapper a {
    color: #383838;
}

header .nav-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    header .nav-wrapper ul a {
        color: #222222;
        font-size: 18px;
        font-style: italic;
        padding: 10px 10px;
        display: inline-block;
        font-weight: 200;
        text-transform: uppercase;
    }

@media (min-width : 1435px) {
    header .nav-wrapper ul a {
        padding: 10px 15px;
    }
}

@media (min-width : 1680px) {
    header .nav-wrapper ul a {
        padding: 10px 30px;
    }
}

header .nav-wrapper ul a:hover {
    text-decoration: none;
}

header .nav-wrapper ul li.menuactive a {
    color: rgb(255, 238, 0);
    font-weight: 700;
    text-shadow: 1px 0px 2px black;
}

header .nav-wrapper ul li {
    display: inline;
}

header .slider-wrapper {
    width: 100%;
    position: relative;
    background-position: right center;
}

header .logo-desktop {
    position: absolute;
    top: 5px;
    left: 100px;
    z-index: 9999;
}

header .logo-desktop img{
    max-width:120px;
}

header .logo-desktop-scroll img, header .logo-mobile img{
    max-width: 50px;
} 

header .slider-wrapper .item {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

/*! ==================== */
/*! === Main Content === */
/*! ==================== */
main .car-categories .category span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #222222;
    font-size: 11px;
}

main .car-categories .category {
    text-align: center;
    flex-basis: 33%;
    margin-bottom: 2rem;
}

main .paralax > .row {
    height: 430px;
}

main .paralax .row .col-12 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

main .paralax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

    main .paralax .overlay input {
        background-color: rgba(255, 255, 255, 0.5);
        color: #ffffff;
    }


input, select, textarea {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ffffff;
    display: block;
    border-radius: 25px !important;
    padding: 5px 10px;
    width: 100%;
    color: #ffffff;
}

select {
    margin-bottom: 15px;
    color: #353535;
}

main .nav-tabs {
    border-bottom: none;
}

    main .nav-tabs .nav-link {
        border: none;
        font-weight: 700;
        font-style: italic;
        color: #c0c0c0;
    }

        main .nav-tabs .nav-link.active {
            border-bottom: 3px solid rgb(255, 238, 0);
            color: #4f4f4f;
        }

/*! ============== */
/*! === Footer === */
/*! ============== */

footer {
    color: #2e2e2e;
}

    footer a {
        color: #2e2e2e
    }

    footer .subfooter {
        font-size: 12px;
        text-align: center;
        color: #1e1e1e;
    }

        footer .subfooter a {
            color: #1e1e1e;
        }

/*! =============== */
/*! === Gallery === */
/*! =============== */

.new-cars .item {
    text-align: center;
}

    .new-cars .item .image-holder {
        width: 100%;
        height: 170px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

        .new-cars .item .image-holder img {
            position: absolute;
            top: -3px;
            right: -3px;
        }

    .new-cars .item h3 {
        font-size: 20px;
        text-transform: none;
        margin-bottom: 0;
        color: #4f4f4f;
    }

.new-cars .owl-nav button.owl-prev, .new-cars .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 2rem !important;
    padding: 0 5px !important;
    background: rgba(255, 0, 0, .2) !important;
    color: white !important;
}

.new-cars .owl-nav button.owl-prev {
    left: 0;
    transform: translateY(-50%) translateX(50%);
}

.new-cars .owl-nav button.owl-next {
    right: 0;
    transform: translateY(-50%) translateX(-50%);
}

@media (min-width : 576px) {
    .new-cars .owl-nav button.owl-prev, .new-cars .owl-nav button.owl-next {
        padding: 0 !important;
        background: none !important;
        color: #4f4f4f !important;
    }

    .new-cars .owl-nav button.owl-prev {
        transform: translateY(-50%) translateX(-160%);
    }

    .new-cars .owl-nav button.owl-next {
        transform: translateY(-50%) translateX(160%);
    }
}

/*! ========================== */
/*! === External Overrides === */
/*! ========================== */

.bx-wrapper {
    margin-bottom: 0 !important;
    box-shadow: none;
    border: none;
}

.mean-container .mean-bar {
    position: fixed;
    top: 0;
}

.mean-container .mean-bar,
.mean-container .mean-nav {
    background: #ffffff;
    color: #383838;
}

    .mean-container .mean-nav ul li a {
        color: #383838;
        border-top: 1px solid #383838;
    }

.mean-container a.meanmenu-reveal {
    color: #383838;
}

    .mean-container a.meanmenu-reveal span {
        background: #383838;
    }

/* Car Catalog */

.background {
    background: no-repeat center;
    background-size: cover;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.border-grey {
    border-color: #c5c5c5 !important;
}

.px-gutter {
    padding-left: 15px;
    padding-right: 15px;
}

#car-catalog .btn-outline-blue {
    border: 1px solid #03489e;
    color: #03489e;
    background: transparent;
    text-align: left;
    padding-right: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: .3s ease all;
}

    #car-catalog .btn-outline-blue:hover {
        background: #03489e;
        color: #FFF;
    }

/*#car-catalog {
  padding-top: 100px;
  background-color: rgb(217, 234, 241);
}

@media (min-width: 1200px) {
  #car-catalog {
    padding-top: 180px;
  }
}*/
#car-catalog select {
    border: 1px solid #ced4da !important;
    margin-bottom: 0;
}

#car-catalog header {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

#car-catalog main {
    background: none;
}

#car-catalog h1 .counter {
    font-size: 18px;
    color: #000;
}

#car-catalog h2 {
    text-align: left;
    text-transform: none;
}

.car-catalog.summary .car {
    transition: background-color .3s ease;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 0;
}

    .car-catalog.summary .car:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .car-catalog.summary .car .description .title {
        font-size: 18px;
        color: #2a5080;
    }

    .car-catalog.summary .car .description .price {
        font-size: 26px;
    }

    .car-catalog.summary .car .description .overview div {
        width: 100%;
    }

@media (min-width : 400px) {
    .car-catalog.summary .car .description .overview div {
        width: 50%;
    }
}

.car-catalog.summary .car .more-link {
    display: block;
    width: 0;
    height: 0;
    text-decoration: none !important;
}

.car-catalog.detail .gallery .image {
    display: block;
    transition: opacity .3s ease;
    width: 49%;
    height: 120px;
    position: relative;
    text-decoration: none !important
}

@media (min-width : 768px) {

    .car-catalog.detail .gallery .image {
        height: 155px;
    }
}

.car-catalog.detail .gallery .image:hover {
    opacity: .6;
}

.car-catalog.detail .gallery .image.title-image {
    width: 100%;
    height: 250px;
}

@media (min-width : 768px) {

    .car-catalog.detail .gallery .image.title-image {
        height: 325px;
    }
}

.car-catalog.detail .gallery .image.last {
    display: flex;
}

    .car-catalog.detail .gallery .image.last::after {
        content: '';
        background-color: #2a5080;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .48;
    }

    .car-catalog.detail .gallery .image.last .number {
        font-size: 36px;
        color: #FFF;
        font-family: 'Muli', sans-serif;
        position: relative;
        z-index: 1;
        margin: auto;
        font-weight: bold;
    }

.car-catalog h2 {
    text-transform: none;
}

.car-catalog.detail .description .price {
    font-size: 26px;
}

.car-catalog.detail .details .icons > div {
    width: 100%;
    padding: 10px 0;
}

@media (min-width : 400px) {
    .car-catalog.detail .details .icons > div {
        width: 50%;
    }
}

@media (min-width : 992px) {
    .car-catalog.detail .details .icons > div {
        width: 25%;
    }
}

.car-catalog.detail .details .detail-table-1 th {
    width: 180px;
}

.car-catalog.detail .details .detail-table-2 th {
    width: 180px;
}

@media (min-width : 768px) {
    .car-catalog.detail .details .detail-table-1 th {
        width: 180px;
    }

    .car-catalog.detail .details .detail-table-2 th {
        width: 180px;
    }
}

@media (min-width : 1200px) {
    .car-catalog.detail .details .detail-table-2 th {
        width: 220px;
    }
}

.car-catalog.detail .details .detail-table td {
    padding: 7px 0;
}

.car-catalog.banner-form .form {
    background-color: rgba(255, 255, 255, 0.6);
}

.detail-form {
    width: 100%;
    max-width: 800px;
}

.car-catalog.summary .car .description .fav {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .car-catalog.summary .car .description .fav::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 50px 50px;
        border-color: transparent transparent #000000 transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: .5;
        transition: all .3s ease;
    }

    .car-catalog.summary .car .description .fav:hover::after {
        opacity: 1;
    }

.btn-fav {
    position: relative;
    z-index: 500;
    padding: 3px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 1rem !important;
}

    .btn-fav.is-marked .star {
        color: #e6bc22 !important;
    }

.car-catalog.summary .car .description .fav .btn-fav,
.car-catalog.summary .car .description .fav .btn-fav:hover {
    color: #FFF;
}

#filterCollapseBtn i {
    transition: all .3s ease;
}

#filterCollapseBtn:not(.collapsed) i {
    transform: rotate(90deg);
}

@media (min-width : 991px) {
    #filterCollapseBtn i {
        display: none;
    }

    #filterCollapse.collapse {
        display: block;
    }
}

.brands {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s ease all;
}

    .brands:hover {
        -webkit-filter: none;
        filter: none;
    }

.print-img {
    display: none;
}

@media print {

    html, body {
        /*height: 100vh;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        background-color: white;*/
        margin: 0 !important;
        padding: 0 !important;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 20px;
    }

    .print-img {
        display: block;
    }

    header {
        /*padding-top: 80px;*/
        box-shadow: none !important;
    }

    .mobile-logo {
        padding-left: 30px;
        position: static !important;
    }

        .mobile-logo img {
            width: 100px;
        }

    .mean-bar,
    .nav-wrapper,
    .partner,
    footer,
    .print-d-none,
    .mobile-label-menu {
        display: none !important;
    }

    .car-catalog.detail .description {
        margin-bottom: 20px !important;
    }
}

.corona {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 999;
}

@media (min-width : 768px) {
    .corona {
        top: 50%;
        right: auto;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

        .corona i {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
}

.rotate-center {
    -webkit-animation: rotate-center 0.6s ease-in-out infinite both;
    animation: rotate-center 0.6s ease-in-out infinite both;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

label.required::after {
    display: inline-block;
    content: '*';
    color: red;
    padding-left: .2rem;
}

.order-form-label {
    width: 140px;
}

.aside-order-cart {
    width: 100%;
}

.collapse-trigger {
    cursor: pointer;
}

    .collapse-trigger .collapse-open {
        display: inline;
    }

    .collapse-trigger .collapse-closed {
        display: none;
    }

    .collapse-trigger.collapsed .collapse-open {
        display: none;
    }

    .collapse-trigger.collapsed .collapse-closed {
        display: inline;
    }

.avoid-break-inside {
    page-break-inside: avoid;
}

.modal-backdrop {
    z-index: 19998;
}

.modal {
    z-index: 19999;
}

.offer-popup .modal-dialog {
    max-width: 1380px;
}

.offer-popup .modal-body {
    position: relative;
}

.offer-popup .btn-close {
    position: absolute;
    background-color: rgb(255, 238, 0);
    border-radius: 50%;
    padding: 1px;
    top: -12px;
    right: -12px;
}

    .offer-popup .btn-close .btn-content {
        display: block;
        padding: 3px 10px;
        color: white;
        font-weight: bold;
        border: 1px solid white;
        border-radius: 50%;
        background-color: transparent;
    }

.offer-popup .modal-body-wrapper {
    background: rgb(205, 211, 199);
    text-align: center;
}

.offer-popup h2 {
    margin-bottom: 0 !important;
}

.offer-popup .subtitle {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 1rem;
}

.offer-popup .amount {
    font-size: 60px;
}

.offer-popup .currency {
    font-size: 25px;
}

.offer-popup .interest-info {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
}

.offer-popup .interest-rate {
    font-style: italic;
    color: rgb(255, 238, 0);
}

@media screen and (max-width : 1400px) {
    .modal-dialog {
        margin: .5rem;
    }
}

@media screen and (min-width : 992px) {
    .offer-popup .modal-body-wrapper {
        text-align: left;
        background: rgb(205, 211, 199);
        background: linear-gradient(90deg, rgba(205, 211, 199, 0) 0%, rgba(205, 211, 199, 0.02) 45%, rgba(205, 211, 199, 1) 75%, rgba(205, 211, 199, 1) 100%);
    }
}

@media screen and (min-width : 1340px) {
    .offer-popup .modal-body-wrapper {
        background: rgb(205, 211, 199);
        background: linear-gradient(90deg, rgba(205, 211, 199, 0) 0%, rgba(205, 211, 199, 0.02) 45%, rgba(205, 211, 199, 1) 65%, rgba(205, 211, 199, 1) 100%);
    }

    .offer-popup h2 {
        margin-bottom: 0 !important;
        font-size: 60px;
    }

    .offer-popup .subtitle {
        font-weight: bold;
        font-size: 44px;
        font-style: italic;
        margin-bottom: 2rem;
    }

    .offer-popup .amount {
        font-size: 120px;
    }

    .offer-popup .currency {
        font-size: 58px;
    }

    .offer-popup .info {
        font-size: 31px;
    }

    .offer-popup .interest-info {
        font-weight: bold;
        font-size: 38px;
        text-transform: uppercase;
    }

    .offer-popup .interest-rate {
        font-style: italic;
    }

    .offer-popup a.btn {
        font-size: 24px;
    }
}

.placeholder-white::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

.placeholder-white:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.placeholder-white::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.new-cars .owl-stage {
    display: flex;
}

.new-cars .owl-item {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */ /*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/*
.home .bx-viewport {
    min-height: calc(100vh - 300px);
}*/
/* cmsms stylesheet: responsive modified: 27.09.2021 13:41:43 */
@media (min-width: 768px) {
    main .paralax .overlay {
        width: 50%;
    }

    h1, .h1, h2, .h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    main .car-categories .category {
        flex-basis: auto;
    }
}

@media (min-width: 992px) {
    .mh-lg-650 {
        min-height: 500px;
    }

    header .slider-wrapper .item {
        height: 600px;
    }

    main .car-categories .category span {
        font-size: 18px;
    }

    .aside-order-cart {
        width: 320px;
    }
}

@media (min-width: 1200px) {
    header .slider-wrapper .item {
        height: 700px;
    }
}

@media (min-width: 1330px) {
    .overlay h2 {
        font-size: 80px;
    }
}

@media (max-width: 1080px) {
    header.scroll .nav-wrapper {
        position: unset !important;
    }

    header .nav-wrapper .container-fluid {
        display: none;
    }

    header .logo-desktop {
        display: none;
    }

    header .logo-mobile {
        display: flex !important;
        z-index: 999999;
        position: relative;
    }

    header.scroll .nav-wrapper .logo-desktop-scroll {
        display: none !important;
    }

    .slider-wrapper {
        padding-top: 28px;
    }
}

@media print {
    .vehicle-details {
        border: none !important;
    }
}

#filterForm label {
    text-transform: uppercase;
}

/* menu  */
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 4px 0;
    min-height: 42px;
    z-index: 99
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #383838;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #383838;
        height: 3px;
        margin-top: 3px
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;

    margin-top: 44px
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 1em 5%;
                margin: 0;
                text-align: left;
                color: #383838;
                border-top: 1px solid #383838; 
                text-decoration: none;
                text-transform: uppercase
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 1em 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255,255,255,.25);
                opacity: .75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: 0;
                margin-bottom: 0
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 1em 15%
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20%
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25%
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,.1)
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 26px;
                height: 32px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,.1);
                border: 0 !important;
                border-left: 1px solid rgba(255,255,255,.4) !important;
                border-bottom: 1px solid rgba(255,255,255,.2) !important
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(0,0,0,.9)
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}




/* home filter */

.home-filter {
    position: relative;
    border: 1px solid #919191 !important;
    margin: auto !important;
    margin-top: 50px !important;
    background-color: white !important;
    color: rgb(255, 238, 0) !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-shadow: 0 0 30px #4f4f4f;
    border-radius: 5px;
}

    .home-filter .col-lg-3 select, .home-filter input {
        border: 1px solid #4f4f4f !important;
        background-color: white !important;
        color: #4f4f4f !important;
        height: 48px;
        border-radius: 15px !important;
        font-weight: bold;
    }


    .home-filter button {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-filter .col-12 a {
        color: #000; 
    }

.m-w-135{
    max-width:135px;
}

.br-l {
    border-radius: 25px 0 0 25px !important;
}

.br-r {
    border-radius: 0 25px 25px 0 !important;
}

.image-h-200{
    max-height:200px;
    overflow:hidden;
}

.title-one-line {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pageNumbersContainer {
    display: inline-flex;
    margin: 0 5px;
}


.page-item.active .page-link {
    z-index: 1;
    color: #4f4f4f;
    background-color: rgb(255, 238, 0);
    border-color: rgb(255, 238, 0);
}

.page-link {
    z-index: 2;
    color: #4f4f4f;
    text-decoration: none;
    border-color: #7f7f7f;
    font-weight: bold;
}

    .page-link:hover {
        z-index: 2;
        color: rgb(255, 238, 0);
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #7f7f7f;
    }

@media screen and (max-width: 578px) { 
    .home-filter {
        margin-top: 30px !important;
        color: rgb(255, 238, 0) !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-shadow: 0 0 10px #4f4f4f; 
    }

    .home-filter button{
        width:100%;
        margin-top: 20px;
    }
}

#cookie-popup {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 238, 0);
    padding: 25px 40px;
    z-index: 444;
    line-height: 1.2;
    color: white;
    gap: 15px;
}

    #cookie-popup p{
        margin:0;
    }

    #cookie-popup button {
        min-width: fit-content;
        background-color: black;
        border: none;
        outline: none;
        padding: 5px 10px;
    }

.t-shadow {
    text-shadow: 1px 0px 2px black;
}

.text-black{
    color: #000;
}


header, header .nav-wrapper {
    background-color: rgb(255, 238, 0) !important;
}

    header .nav-wrapper ul a.btn {
        background: black !important;
        color: white;
    }

    header .nav-wrapper ul li.menuactive a {
        color: black !important;
        text-shadow: none !important;
    }

.mean-bar {
    background-color: rgb(255, 238, 0) !important;
}

.home-filter {
    background-color: rgb(255, 238, 0) !important
}

    .home-filter h2 {
        color: black !important;
        text-shadow: none !important;
    }
    .home-filter .btn-red {
        background-color: black !important;
        color:white;
    }

.w-h-80 {
    width: 80px;
    height: 80px;
}

.w-h-60 {
    width: 60px;
    height: 60px;
}

.btn-asc.btn-red {
    color: #000 !important;
}