@font-face {
    font-family: "FontAwesome";
	font-display: swap;
    src: url("../fonts/fontawesome-webfont.svg");
}

@font-face {
    font-family: "BebasNeue";
	font-display: swap;
    src: url("../fonts/BebasNeue Bold.ttf");
}

@font-face {
    font-family: "BebasNeueLight";
	font-display: swap;
    src: url("../fonts/BebasNeue Light.otf");
}

@font-face {
    font-family: "BebasNeueBook";
	font-display: swap;
    src: url("../fonts/BebasNeue Book.otf");
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        -ms-flex: 0 0 12.333333%;
        flex: 0 0 12.333333%;
        max-width: 12.333333%;
    }
}

:root {
    --brown: #8B7866;
    --gold: #2c2c2c;
    --darck-gold: #936d40;
    --dark-brown: #695645;
    --gray: #555555;
}

a:hover {
    text-decoration: none;
    color: var(--brown);
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

.BebasNeue {
    font-family: 'BebasNeue';
}

.BebasNeueLight {
    font-family: 'BebasNeueBook';
    letter-spacing: 2px;
}

.BebasNeueBook {
    font-family: 'BebasNeueBook';
    letter-spacing: 2px;
}
.blog-card{
    box-shadow: 0px 0px 10px 0px #d6d6d6;
    border-radius: 10px;
}
.blog-img{
    border-radius: 10px 0 0 10px;
}
.wpcf7 form.sent .wpcf7-response-output{
color:#46b450;
}
.blog-cat{
    background: var(--brown);
    color: white;
    font-size: 26px;
    padding: 3px 25px;
    border-radius: 5px;
}
.grey{
    color:grey;
}
/*scroll*/
::-webkit-scrollbar {
    width: 4px;

}

.min-275 {
    min-width: 275px;
}
.max-400{
    max-width: 400px;
}
.seoDesc{
    border: 1px solid var(--brown);
    border-radius: 10px;
    padding: 20px;
}
.video-slider .slick-dots li button:before{
    background-color:var(--brown)!important;
}
.video-slider .slick-dots{
    bottom: -40px!important;
}
/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8B7866;
    border-radius: 40px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8B7866;
    /*border-radius: 3px;*/
}

body {
    background-color: #ffffff !important;
    overflow-x: hidden!important;
        width: 100vw;
    margin-top: -8px;
	    direction: ltr;
}
body *:active,body *:focus,body *:visited{
	outline:unset;
	 -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: var(--brown);
    z-index: 999999999999999;
    display: flex;
}

.hide {
    display: none;
}

.h-200 {
    /*height: 50px;*/
}

.pt-100 {
    padding-top: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-35 {
    margin-top: 35vh;
}

.modal-xlg {
    max-width: 100%;
    margin: 0;
}

.bold {
    font-weight: bold;
}

.z3 {
    position: relative;
    z-index: 3;
}

.stm-service-icon-shield-o:before {
    color: var(--brown);
}

.color {
    height: 20px;
    border-radius: 50%;
    width: 20px;
    border: 1px solid #8b7866;
    box-shadow: 0px 3px 5px 0px #b9b9b9;
}


.gray {
    color: var(--gray);
}

.brown {
    color: var(--brown);
}

.gold {
    color: var(--gold);
}

.bg-white {
    background: white;
}

.bg-brown {
    background-color: var(--brown) !important;
}

.bg-gray {
    background: #efefef;
}

.form-bg {
    background: #EFEFEF;
    /*margin: 24px;*/
}
.seoDesc {
    color:var(--brown);
}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--brown);
    height: 50px;
    background-color: var(--brown);
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    height: 40px;
    color: white;
    font-size: 36px;
    font-family: BebasNeueBook;
    text-align: center;
}
.contact-card p {
    min-height:48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: -60%;
    border-color: #efefef transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    /*border-color: #efefef transparent transparent transparent;*/
    border-width: 0 10px 10px 10px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #706152;
    cursor: default;
}

.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}

.fs-70 {
    font-size: 70px;
}
.my-26{
    margin: 2.6em 0;
}
.w-30 {
    width: 30px;
    display: inline-block;
}

.w-35 {
    width: 35vw;
    min-width: 250px;
}
.car-result .fs-25 {
    font-size: 17px;
}
.bbb {
    border-bottom: 2px solid white;
}

.cover {
    background-size: cover;
    background-position: bottom;
}

.year-hint {
    background: var(--brown);
    color: white;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 5px;
    margin: auto 10px;
}
.normal-desc{
    font-weight: 400;
    line-height: 24px;
    font-size: 16px!important;

}

.relative-card h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
}

.share-social {
    position: fixed;
    top: 35vh;
    right: 0;
    z-index: 6;
    background-color: var(--brown);
    border-radius: 15px 0 0 15px;
    padding: 10px;
}

.social-circle i {
    color: white;
    font-size: 30px;
    margin: 20px 0;
}

.navMenu {
    position: absolute;
    right: 25px;
}
input[type="checkbox"].switch_1:checked{
    background-color: var(--brown);
}
#brands a:hover, #brands a:active, #brands a:visited,#brands a:focus {
    outline: unset;
}
.video-slider .slick-slide{
    padding: 0 20px;
}
/*navbar*/
.fixed-top-nav {
    position: fixed;
    display: flex;
    z-index: 9999;
    width: 100%;
    font-size: 18px;
    background-color: var(--brown);

}

.height-100 {
    height: 100vh;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.0);
    /*position: fixed;*/
    top: 60px;
    z-index: 20;
    width: 100%;
    padding: 0px 15px 0 35px;
}

.navbar-brand {
    position: relative;
    /*top: -20px;*/
}

.navbar-light .navbar-toggler {
    color: rgb(139 120 102);
    border-color: rgb(139 120 102);
}

.nav-link {
    color: var(--brown) !important;
}

.nav-item a {
    color: var(--brown);
    font-weight: bold;
    font-family: BebasNeue;
    font-size: 24px;
    padding: 2px 10px;
}

#menu-nav-menu {
    width: 100%;
    justify-content: end;
}

.nav-item:hover {
    background: #8b7866;

    color: white !important;
    border-radius: 8px;
    /*margin-right: 0;*/
}

.nav-item:hover a, #menu-item-4748:hover a, #menu-item-5298:hover a {
    color: white !important;
}

.bg-light {
    background-color: white !important;
}



.wpml-ls-legacy-list-horizontal {
    /* border: 1px solid transparent; */
    padding: 0;
    color: white;
    clear: both;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
    color: white;
}

.wpml-ls-flag {
    margin: 0 4px;
}

.card-header {
    background-color: white;
    padding: 10px 0 !important;
}

.card-header h3 button {
    font-size: 18px;
    padding-right: 40px;
}

.accordion {
    padding: 0 30px;
}

.slick-slide a, .slick-slide:hover a, .slick-slide:active a, .slick-slide:focus a, .slick-slide:visited a {
    outline: none
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.wpml-ls-legacy-list-horizontal {
    color: #fff;
    background-color: var(--brown);
    border-color: var(--brown);
    border-radius: 5px;
    padding: 0 20px 3px 20px;
    font-size: 18px;
}

.wpml-ls-legacy-list-horizontal:hover {
    color: white;
    background-color: var(--dark-brown) !important;
    border-color: var(--dark-brown) !important;
    box-shadow: unset !important;
}

.accordion-icon {
    position: absolute;
    top: 22px;
    right: 25px;
    font-weight: 200;
}

.accordion .card {

    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    box-shadow: -1px 0px 5px 0.5px lightgrey;
}

/*.fs-14{*/
/*    font-size: 14px;*/
/*}*/
.card-header {
    border-radius: 5px;
    background-color: white;
    color: var(--brown);
}

/*.nav-item:last-child a:before {*/
/*    margin-right: 10px;*/
/*     content: "\f002";*/
/*    font-family: "FontAwesome"!important;*/
/*    color: white;*/
/*}*/
.nav-item {
    margin-right: 3vw;
    font-size: 20px;

}

.navbar-brand img {
    width: 180px;
}

.scrollTop {
    position: fixed;
    left: 100px;
    bottom: 27px;
    background-color: #EE8325;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 444;
}
footer{
    margin-bottom: 60px;
}
.hover-up {
    transition: all ease-in-out 0.2s;
    position: relative;
    top: 0px;
}

.hover-up:hover {
    position: relative;
    top: -10px;
}

#share:before {
    position: relative;
    left: -5px;
    content: "\f1e0";
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
}

.scrollTop span {
    margin: auto;
}

.scrollTop a {
    font-size: 20px;
    color: #fff;
    position: relative;
    top: -3px;
}

/*intro*/
/*#intro .carousel-indicators li{*/
/*    height: 15px;*/
/*    width: 15px;*/
/*    border-radius: 50%;*/
/*}*/

#intro {
    /*     height: calc(100vh - 100px); */
    /*     background-image: url("../img/intro-bg.png"); */
    /*     background-size: cover; */
    /*     background-position: bottom; */
    /*height: 100vh;*/
}

.intro-icon1 {
    background: var(--brown);
    border-radius: 50px;
    /* width: 30px!important; */
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.intro-text-div {
    margin-top: 20vh;
}

.intro-icon-div {
    position: absolute;
    margin-top: -83px;
    right: 0;
}

/*.intro-icon-div{*/
/*    margin-top: 30vh;*/
/*}*/
#intro .carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

#intro .item {
    display: block;
    position: absolute;
    /*background: #000;*/
    /*width: 400px;*/
    /*height: 200px;*/
    /*line-height: 200px;*/
    /*font-size: 5em;*/
    /*text-align: center;*/
    /*color: #FFF;*/
    opacity: 1;
    /*border-radius: 10px;*/
}

/*#intro .container {*/
/*    margin: 0 auto;*/
/*    width: 400px;*/
/*    height: 260px;*/
/*    position: relative;*/
/*    perspective: 1000px;*/
/*}*/

#intro .a {
    transform: rotateY(0deg) translateZ(400px);

}

#intro .b {
    transform: rotateY(60deg) translateZ(400px);

}

#intro .c {
    transform: rotateY(120deg) translateZ(400px);

}

#intro .d {
    transform: rotateY(180deg) translateZ(400px);

}

#intro .e {
    transform: rotateY(240deg) translateZ(400px);

}

#intro .f {
    transform: rotateY(300deg) translateZ(400px);

}


.btn-primary {
    color: var(--brown);
    background-color: white;
    border-color: white;
    font-size: 20px;
    margin: 20px 0;
    padding: 7px 24px;
    letter-spacing: 2px;
    /*border-radius: 50px;*/
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: var(--darck-gold) !important;
    border-color: var(--darck-gold) !important;
    box-shadow: unset !important;
}

.btn-primary2 {
    color: #fff;
    background-color: var(--brown);
    border-color: var(--brown);
    border-radius: 50px;
}

.btn-primary5 {
    color: #fff !important;
    background-color: var(--brown) !important;
    border-color: var(--brown) !important;
    font-size: 30px;
    /*border-radius: 50px;*/
}

.btn-primary5-outline {
    color: var(--brown) !important;
    background-color: #343a4000 !important;
    border-color: var(--brown) !important;
    font-size: 30px;
    /*border-radius: 50px;*/
}

.btn-primary5-outline:hover, .btn-primary5-outline:active, .btn-primary5-outline:focus {
    color: white !important;
    background-color: var(--brown) !important;
    border-color: var(--brown) !important;
    /*border-radius: 50px;*/
}

.btn-primary2:hover, .btn-primary2:active, .btn-primary2:focus {
    background-color: var(--dark-brown) !important;
    border-color: var(--dark-brown) !important;
    box-shadow: unset !important;
}

.btn-primary3 {
    color: #fff !important;
    background-color: var(--brown);
    border-color: var(--brown);
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 18px;
}

.btn-primary3:hover, .btn-primary2:active, .btn-primary2:focus {
    background-color: var(--dark-brown) !important;
    border-color: var(--dark-brown) !important;
    box-shadow: unset !important;
}

.btn-primary7 {
    color: #fff;
    background-color: var(--brown);
    border-color: var(--brown);
    border-radius: 5px;
    padding: 0 20px 3px 20px;
    font-size: 18px;
}

.btn-primary7:hover, .btn-primary2:active, .btn-primary2:focus {
    color: white;
    background-color: var(--dark-brown) !important;
    border-color: var(--dark-brown) !important;
    box-shadow: unset !important;
}

.btn-primary7.focus, .btn-primary7:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff00;
}

/*brand*/
/*#brands{*/
/*    background-image: url("../img/bg-1.jpg");*/
/*    background-size: cover;*/
/*}*/
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: white;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
}

#brands .slick-dots {
    bottom: -40px;
}

.brand-img {
    width: 7%;
    margin: 2px 2%;
    transition: all 0.5s;
    border-radius: 20px;

}

.brand-img:hover {
    background-color: #726356;

}

.w-20 {
    width: 30px;
    display: inline-block;
}

/*cars*/
.bg-cars {
    background-image: url("../img/bg-2.jpg");
    background-size: cover;
}

.cars-r-i {
    background: var(--brown);
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    color: white;
    font-size: 30px;
    margin: auto;
}

.cars-r-i:before {
    margin: auto;
}

/*branch*/
.branch {
    overflow: hidden;

}

.branch div {
    transition: all .5s;
}

.branch:hover div {

    transform: scale(1.2);
}

/*reviews*/
.bg-reviews {
    background-image: url("../img/bg-4.webp");
    background-size: cover;
    background-position: center;
}

#brands {
    background-image: url("../img/brand-bg.webp");
    background-size: cover;
}

#carouselExampleIndicators2 ol {
    right: unset !important;
    /*left: unset!important;*/
    margin-left: unset !important;
    bottom: -30px !important;
}

.italic {
    font-style: italic;
}

.review-card {
    background: #54473aa3;
    padding: 5px 0;
}

/*contact*/
.bg-contact {
    background-color: var(--brown);
}

.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
    margin-top: 10px !important;
}

.book-form input, .book-form textarea {
    /*border-radius: 50px;*/
    outline: 0;
    border: 0;
    background-color: #ffffff00;
    padding: 10px;
    width: 100%;
    color: white;
    border-bottom: 1px solid white;
    font-size: 24px;
    margin-top: 10px !important;
}
#wpcf7-f7705-o2 .book-form input, #wpcf7-f7705-o2 .book-form textarea{
    background-color: #ffffff00;
    color: var(--brown);
    border-bottom: 1px solid var(--brown);
    padding: 0 10px;
}
#wpcf7-f7705-o2 .intl-tel-input input{
    padding-left: 40px;
}
#wpcf7-f7705-o2  input::placeholder{
    color: var(--brown);
}
#wpcf7-f7705-o2 .btn-primary{
    background-color: var(--brown)!important;
    color: white!important;
}
#wpcf7-f7706-o2 .book-form input, #wpcf7-f7706-o2 .book-form textarea{
    background-color: #ffffff00;
    color: var(--brown);
    border-bottom: 1px solid var(--brown);
    padding: 0 10px;
}
#wpcf7-f7706-o2 .intl-tel-input input{
    padding-left: 40px;
}
#wpcf7-f7706-o2  input::placeholder{
    color: var(--brown);
}
#wpcf7-f7706-o2 .btn-primary{
    background-color: var(--brown)!important;
    color: white!important;
}
.book-form input::placeholder {
    color: white;
    font-size: 24px;
}

.book-form textarea::placeholder {
    color: white;
    font-size: 24px;

}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #dc3232;
    color: #dc3232;
    margin: 0 0 1em 0;
}
#wpcf7-f4751-o1 .wpcf7-form ,#wpcf7-f5316-o1 .wpcf7-form {
    border: 1px solid white;
    padding: 0px 30px;
    border-radius: 15px;
    box-shadow: -1px 2px 6px #584b3e;

}
.parsley-required, .parsley-errors-list {
    list-style: none;
    color: red;
    text-align: left;
}

.parsley-errors-list {
    padding: 0;
}

/*footer*/
.footer-menu {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    margin: 0;
}

.max-150 {
    max-width: 150px;
}

.footer-menu li {
    display: inline-block;
    color: white !important;
}

.footer-menu li a {
    color: var(--brown) !important;
    font-size: 25px;
    font-weight: 500;
}

.menu-footer-container {
    /*display: inline-block;*/
    /*width: calc(100% - 500px);*/

}
.fa-clock-o:before {
    content: "\f017";
}
#checkOut .fa{color: var(--brown) !important;}
.brand-height {
    height: 200px;
    margin: 10px;
}
/*.whyUs{*/
/*    background-image: url("../img/bg-why.webp");*/
/*    background-size: cover;*/
/*}*/
/*search*/
.bbg-1 {
    border-bottom: 1px solid var(--brown);
}
.bbg1-1 {
    border-bottom: 1px solid #ececec;
}

.irs--flat .irs-bar, .irs--flat .irs-handle > i:first-child, .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: var(--brown);
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: var(--brown);
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: var(--dark-brown);
}

.top-select .select2 {
    width: 100px !important;
}
.orange{
    color:#EE8325;
}
#checkoutForm input::placeholder,#checkoutForm textarea::placeholder{
    color: var(--brown);
}
.search-input {
    width: 100%;
    opacity: 0;
    display: block;
    padding: 0;
    /*border-radius: 50px;*/
    border: 1px solid var(--brown);
    transition: all 1s !important;

}


/* Switch 1 Specific Styles Start */

.box_1 {
    background: #eee;
}

input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2.5em;
    height: 1em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input[type="radio"]:hover{
    cursor: pointer;
}
.policy td, .policy th{
    border: 1px solid;
}
.timepicker-picker{
    background-image: url(../img/clock.png);
    background-size: 50%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 50%;
    width: 16px;
    height: 16px;

    border: 2px solid #999;
    transition: 0.2s all linear;
    margin-right: 5px;

    position: relative;
    top: 4px;
}

input[type="radio"]:checked {
    border: 6px solid var(--brown);
}
.whatsapp{
    position: fixed;
    bottom: 27px;
    left: 25px;
    background-color: #4ecb5b;
    color: #4ecb5b;
    border-radius: 100%;
    padding: 16px;
    cursor: pointer;
    z-index: 999;
}
.whatsapp-icon{
    width: 30px;
    height: 30px;
    margin: auto;
    text-align: center;
}
.whatsapp-icon i{
    font-size: 30px;
    color: white;
}
input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 1em);
}

/* Switch 1 Specific Style End */


/* Switch 2 Specific Style Start */

.box_2 {
    background: #666;
}

input[type="checkbox"].switch_2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100px;
    height: 8px;
    background: #444;
    border-radius: 5px;
    position: relative;
    outline: 0;
    cursor: pointer;
}

input[type="checkbox"].switch_2:before,
input[type="checkbox"].switch_2:after {
    position: absolute;
    content: "";
    -webkit-transition: all .25s;
    transition: all .25s;
}

input[type="checkbox"].switch_2:before {
    width: 40px;
    height: 40px;
    background: #ccc;
    border: 5px solid #666;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

input[type="checkbox"].switch_2:after {
    width: 30px;
    height: 30px;
    background: #666;
    border-radius: 50%;
    top: 50%;
    left: 10px;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

input[type="checkbox"].switch_2:checked:before {
    left: calc(100% - 35px);
}

input[type="checkbox"].switch_2:checked:after {
    left: 75px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Switch 2 Specific Style End */


/* Switch 3 Specific Style Start */

.box_3 {
    background: #19232b;
}

.toggle_switch {
    width: 100px;
    height: 45px;
    position: relative;
}

input[type="checkbox"].switch_3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0;
    z-index: 1;
}

svg.checkbox .outer-ring {
    stroke-dasharray: 375;
    stroke-dashoffset: 375;
    -webkit-animation: resetRing .35s ease-in-out forwards;
    animation: resetRing .35s ease-in-out forwards;
}

input[type="checkbox"].switch_3:checked + svg.checkbox .outer-ring {
    -webkit-animation: animateRing .35s ease-in-out forwards;
    animation: animateRing .35s ease-in-out forwards;
}

input[type="checkbox"].switch_3:checked + svg.checkbox .is_checked {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
}

input[type="checkbox"].switch_3:checked + svg.checkbox .is_unchecked {
    opacity: 0;
    -webkit-transform: translateX(-200%) rotate(180deg);
    transform: translateX(-200%) rotate(180deg);
}


svg.checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

svg.checkbox .is_checked {
    opacity: 0;
    fill: yellow;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(200%) rotate(45deg);
    transform: translateX(200%) rotate(45deg);
    -webkit-transition: all .35s;
    transition: all .35s;
}

svg.checkbox .is_unchecked {
    opacity: 1;
    fill: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-transition: all .35s;
    transition: all .35s;
}

@-webkit-keyframes animateRing {
    to {
        stroke-dashoffset: 0;
        stroke: #b0aa28;
    }
}

@keyframes animateRing {
    to {
        stroke-dashoffset: 0;
        stroke: #b0aa28;
    }
}

@-webkit-keyframes resetRing {
    to {
        stroke-dashoffset: 0;
        stroke: #233043;
    }
}

@keyframes resetRing {
    to {
        stroke-dashoffset: 0;
        stroke: #233043;
    }
}

/* Switch 3 Specific Style End */


/* Switch 4 Specific Style Start */

.box_4 {
    background: #eee;
}

.input_wrapper {
    width: 80px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.input_wrapper input[type="checkbox"] {
    width: 80px;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #315e7f;
    border-radius: 2px;
    position: relative;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.input_wrapper input[type="checkbox"]:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 34px;
    height: 34px;
    background: #dfeaec;
    z-index: 2;
    border-radius: 2px;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.input_wrapper svg {
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 1;
}

.input_wrapper .is_checked {
    width: 18px;
    left: 18%;
    -webkit-transform: translateX(190%) translateY(-30%) scale(0);
    transform: translateX(190%) translateY(-30%) scale(0);
}

.input_wrapper .is_unchecked {
    width: 15px;
    right: 10%;
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}

/* Checked State */
.input_wrapper input[type="checkbox"]:checked {
    background: #23da87;
}

.input_wrapper input[type="checkbox"]:checked:after {
    left: calc(100% - 37px);
}

.input_wrapper input[type="checkbox"]:checked + .is_checked {
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}

.input_wrapper input[type="checkbox"]:checked ~ .is_unchecked {
    -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
    transform: translateX(-190%) translateY(-30%) scale(0);
}

/* Switch 4 Specific Style End */
.searchIcon {
    background: white;
    font-size: 26px;
    padding: 6px;
    border-radius: 4px 0 0 4px;
    margin-right: -3px;
    color: var(--brown);
}

#search-form {
    display: inline-block !important;
    width: 0;
    transition: all 1s !important;
}

#search-form .form-control:focus, #search-form .form-control:active {
    outline: unset;
    border: 1px solid var(--brown);
    box-shadow: unset;
}

#searchModal {
    padding-right: 4px;
    text-align: center;
    /*-webkit-backdrop-filter: blur(10px);*/
    /*backdrop-filter: blur(10px);*/
    background: #5a4b3da1;
}

#searchModal .modal-content {
    background-color: unset;
    border: unset;
}

#searchModal .close {
    font-size: 60px;
    color: white;
    top: 70px;
    position: absolute;
    right: 2vw;
}

#searchModal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

#checkOut .modal-dialog {
    max-width: 800px;
    margin-top: 100px;
}
.page-numbers {

    border-radius: 5px;
    padding: 0 10px;
    font-size: 24px;
    color: grey !important;
}

.page-numbers:hover,.page-numbers:active {
    color: var(--brown) !important;
}
.current {
    font-weight: bold;
    color: var(--brown) !important;
}
.car-result .page-numbers {
    border: 2px solid var(--brown);
    border-radius: 5px;
    padding: 0 10px;
    font-size: 24px;
    color: var(--brown) !important;
	    display: inline-block;
	    margin-top: 10px;
}

.car-result .page-numbers:hover,.car-result .page-numbers:active {
    color: white !important;
    background-color: var(--brown);
}

.car-result .current {
    font-weight: bold;
    color: white !important;
    background-color: var(--brown);
}

.blog-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 96px;
}
.blog-desc p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px;
}
.select2-container {
    width: 100% !important;
}

.bg-car-details {
    height: 400px;
    background-color: var(--brown);
    background-position: center;
    background-size: cover;
}

.card .btn:hover {
    color: var(--brown);
    text-decoration: none;
}

.card-body {
    background-color: var(--brown);
}

.wpml-ls-legacy-dropdown {
    width: auto;
}

.js-wpml-ls-item-toggle {
    background-color: var(--brown) !important;
    border-radius: 5px;

}

.wpml-ls-current-language a, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: white;
}

.wpml-ls-last-item:hover .wpml-ls-item-toggle {
    color: white;
    background-color: var(--dark-brown) !important;
    border-color: var(--dark-brown) !important;
    box-shadow: unset !important;

}

.wpml-ls-sub-menu a {
    background-color: white !important;
    color: var(--brown);
}

.wpml-ls-first-item:hover a {
    background-color: var(--dark-brown) !important;
    color: white !important;
}

.wpml-ls-last-item a.wpml-ls-item-toggle:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: 0.25em solid transparent;
    border-top: 0.3em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.17em);
}

.wpml-ls-legacy-dropdown a {
    border: unset;
    padding: 2px 10px 5px 10px

}

.bg-car-filter {
    height: calc(100vh - 236px);
    min-height: 300px;
    background-color: var(--brown);
    background-position: center;
    background-size: cover;
}

.bg-car-details::before {
    /*content: "";*/
    /*position: absolute;*/

    /*width: 100%;*/
    /*height: 400px;*/
    /*background-color: var(--brown);*/
    /*opacity: .7;*/
}

.include-shadow {
    z-index: 1;
    position: relative;
    background: white;
    font-family: BebasNeue;
}

.feature-details {
    background-color: white;
    color:  var(--brown) !important;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px 0 2px #e9e9e9
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}

.select2-results {
    text-align: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--brown);
    color: white !important;

}

.feature-details ul {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
}

.feature-details ul li {
    font-family: BebasNeueBook;
    /*font-size: 24px;*/
    letter-spacing: 2px;
    /*margin: 15px 0;*/

}

.car-title-details3 {
    background-image: url("../img/bgt.png");
    background-size: cover;
    background-position: center;
    /*position: relative;*/
    z-index: 4;
    /*margin-top: 80px;*/
    /*left: 80px;*/
    display: block;
    padding: 0 65px;
    font-size: 65px;
    text-shadow: 1px 1px 0px #8b7866;
}
.del-span{
    position: absolute;
    margin-top: -13px;
    margin-left: 39px;
}
.del-span span{
    color: #EE8325 ;
}
.del-span2{
    position: absolute;
    margin-top: -13px;
    margin-left: 39px;
}
.del-span2 span{
    color: #EE8325 ;
}
.car-title-details {

    position: absolute;
    z-index: 4;
    bottom: 225px;
    /* left: 80px; */
    padding-left: 3vw;
    padding-right: 30px;
    display: inline;
    background-color: brown;
    font-size: 100px;
    background: rgb(139, 120, 102);
    background: linear-gradient(
            91deg, rgba(139, 120, 102, 1) 0%, rgba(139, 120, 102, 0.3) 100%);
}

.car-title-details2 {
    position: relative;
    z-index: 4;
    top: 150px;
    left: 80px;
    display: block;
    font-size: 50px;
}

.slick-next {
    right: 75px;
}

.slick-prev {
    left: 75px;
    z-index: 2;
}

.slider-for .slick-next {
    right: 25px;
}

.slider-for .slick-prev {
    left: 25px;
    z-index: 2;
}

.slick-prev:before, .slick-next:before {
    color: var(--brown);
}

.currency {
    display: block;
    color: var(--brown);
    padding: 5px 10px;
    cursor: pointer;
}

.currency:hover {
    background-color: var(--brown);
    color: white;
}

/*.share {*/
/*    border: 2px solid #707070;*/
/*    padding: 9px 12px;*/
/*    border-radius: 10px;*/
/*    cursor: pointer;*/
/*}*/

.share i {
    /*font-size: 20px;*/
    /*color: #707070;*/
}
#contact .fa-angle-double-right{
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
}
.social-pup {
    border: 2px solid #707070;
    border-radius: 15px;
    position: absolute;
    /*margin-left: 284px;*/
    margin-top: 5px;
    background: #efefef;
    display: none;
    z-index: 3;
}

.zoom {
    transition-duration: 0.2s;
}

.zoom:hover {
    transform: scale(1.2);
}

.relative-card {
    position: relative;
    z-index: 3;
}

.brands-menu {
    display: none;
    position: fixed;
    z-index: 99999;
    min-width: 49vw;
    width: 900px;
    background: #8b7866eb;
    color: white;
    top: 20vh;
    right: 0;
    left: 0;
    margin: auto;
    padding: 10px;
    border-radius: 20px;
}

.car-card {
    border-radius: 20px;
    overflow: hidden;
}

.btn-first {
    border-radius: 0 0 0 20px;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.btn-first:hover, .btn-d-1:hover {
    background-color: #5BB95B !important;
    border: 1px solid #5BB95B !important;
    color: white !important;
}

.btn-2 {
    border-radius: 0;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.btn-2:hover, .btn-d-2:hover {
    background-color: #EE8325 !important;
    border: 1px solid #EE8325 !important;
    color: white !important;
}

.select2-results__option {
    border-bottom: 1px solid #d7d7d7;

}

.btn-3 {
    border-radius: 0;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.btn-3:hover, .btn-d-3:hover {
    background-color: #EB0303 !important;
    border: 1px solid #EB0303 !important;
    color: white !important;
}

.bt2 {
    border-top: 4px solid var(--brown);
}

.btn-last {
    border-radius: 0 0 20px 0;;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.btn-last:hover, .btn-d-4:hover {
    background-color: #4D4D4D !important;
    border: 1px solid #4D4D4D !important;
    color: white !important;
}

.select2-dropdown {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    /*margin-top: 30px;*/
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #efefef transparent;
}

.select2-results__option {
    color: var(--brown) !important;
}

.term_tags {
    text-align: center;
    padding: 10px;
    width: 90px;
}

.big-tag {
    width: 140px;
    display: flex;
}
.check-out-border{
    border: 2px solid var(--brown);
    border-radius: 10px;
}
.iti {
    width: 100%;
}
.bbb-1{
    border-bottom: 2px solid var(--brown);
}
/*.term_tags:hover {*/
/*    background-color: #9B8570;*/
/*    border-radius: 20px;*/
/*}*/

.min-114 {
    min-height: 114px;
}

.term_tags a {
    display: block;
    color: white;
}
.fw-500{
    font-weight: 500;
}
.fs-125{
    font-size: 1.25rem;
}
.term_tags a img {
    /*padding: 10px;*/
}

.relative-card .bbg-1 {
    display: flex;
    justify-content: center;
}

.relative-card .bbg-1 img {
    width: 30px !important;
}

#menu-item-4748 a, #menu-item-5298 a {
    color: var(--brown);
    font-weight: bold;
    cursor: pointer;
    font-family: BebasNeue;
}

.feature img {
    max-width: 70px;
}

.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.min-200 {
    min-width: 200px;
}
.details-container h1, .details-container h2, .details-container h3 {
    background-color: var(--brown);
    color: white;
    padding: 0 10px;
    font-family: BebasNeueBook;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 14px;
}
.seoDesc h1, .seoDesc h2, .seoDesc h3 {
    background-color: var(--brown);
    color: white;
    padding: 0 10px;
    font-family: BebasNeueBook;
	display: inline-block;
    margin-bottom: 14px;
    margin-top: 20px;
}
@media (min-width: 1600px) {
    .col-xl-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (max-width: 1450px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 20px;
    }

    .car-title-details3 {

        font-size: 40px;
    }

    .car-title-details {

        font-size: 80px;
    }

    .car-title-details2 {

        font-size: 35px;
    }

    #branch .fs-24 {
        font-size: 18px;
    }

    .car-result .fs-25 {
        font-size: 16px;
    }

    .car-result .fs-14 {
        font-size: 10px;
    }

    @media (max-width: 1200px) {
        .scrollTop{
            left: 100px;
        }
        .nav-item {
            margin-right: 2vw;
        }

        .w-20 {
            width: 15px;
        }

        .car-result .fs-25 {
            font-size: 13px;
        }
        .del-span {
            position: absolute;
            margin-top: -17px;
            margin-left: 26px;
        }
        .car-result .fs-20 {
            font-size: 15px;
        }

        .car-result .fs-14 {
            font-size: 8px;
        }
    }
}

@media (min-width: 1200px) {
    /*.col-xl-4 {*/
    /*    -ms-flex: 0 0 50%;*/
    /*    flex: 0 0 50%;*/
    /*    max-width: 50%;*/
    /*}*/

}

@media (max-width: 1445px)and ( min-width: 1200px) {
    .btn-primary3 {
        font-size: 12px;
    }
}

@media (max-width: 961px)and ( min-width: 768px) {
    .details-text span {
        font-size: 9px;
    }
}

@media (max-width: 588px) {
    .brand-height {
        height: 150px;
    }
    #contact .fs-20{
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    .scrollTop{
        left: 100px;
    }
}
@media (max-width: 450px) {
    .brand-height {
        height: 100px;
    }
}

@media (max-width: 430px) {
    .details-text span {
        font-size: 12px;
    }

    .requirement h3 {
        font-size: 16px !important;
    }

    .requirement img {
        width: 50px;
    }
}
@media (max-width: 380px) {
	 .details-text span {
        font-size: 11px;
    }
}
@media (max-width: 360px) {
	 .details-text span {
        font-size: 10px;
    }
}
@media (max-width: 1125px)and ( min-width: 992px) {
    .btn-first, .btn-2, .btn-3, .btn-last {
        font-size: 10px;
    }
}
@media (max-width: 1350px)and ( min-width: 992px) {
    .contact-card .fs-14{
        font-size: 10px;
    }
}
@media (max-width: 1600px)and ( min-width: 1350px) {
    .contact-card .fs-14{
        font-size: 13px;
    }
}
@media (max-width: 662px)and ( min-width: 567px) {
    .car-result .fs-25 {
        font-size: 12px;
    }

    .car-result .fs-20 {
        font-size: 10px;
    }

    .car-result .fs-14 {
        font-size: 7px;
    }

}

@media (max-width: 1200px) {
    .car-title-details2 {
        top: 70px;
    }
}

@media (max-width: 991px) {
    #checkOut .modal-dialog{
        margin-top:10px;
    }
    .navbar-collapse {
        padding-bottom: 20px;
    }
    .navMenu {
        top: 50px;
    }

    .bg-car-filter {
        height: calc(100vh - 450px);
    }

    .w-sm-100 {
        width: 100%;
    }

    .btn-primary5 {
        font-size: 24px;
    }

    .btn-primary5-outline {
        font-size: 24px;
    }

    .btn-first {
        border-radius: 0;
        margin-bottom: 10px;
    }

    .car-result .fs-25 {
        font-size: 16px;
    }

    .car-result .fs-20 {
        font-size: 15px;
    }

    .car-result .fs-14 {
        font-size: 10px;
    }

    .brands-menu {
        position: fixed;
        z-index: 99999;
        width: 90%;
        color: white;
        top: 120px;
        left: 0;
        margin: auto;
        padding: 10px;
        overflow-y: scroll;
        max-height: calc(100vh - 120px);
        overflow-x: hidden;
    }

    .nav-arrows a {
        top: 50%;
    }

    .fs-70 {
        font-size: 50px;
    }

    .fs-60 {
        font-size: 40px;
    }

    .fs-40 {
        font-size: 30px;
    }

    .nav-item:last-child {
        margin-left: unset;
    }

    .height-100 {
        height: 50vh;
    }

    .brand-img {
        width: 9%;
        margin: 20px 4%;

    }

    .fixed-top-nav {
        display: block;
        position: static;
    }

    .bb-dark-brown {
        border-bottom: 1px solid #6e5f50;
        padding: 5px 0;
        font-size: 12px;
    }

    .p-nav {
        padding-top: 5px;
    }

    .navbar {
        top: 0;
    }

    .navbar-brand {
        position: relative;
        top: 0;
    }

    /*#intro .container {*/
    /*    margin: 0 auto;*/
    /*    width: 300px;*/
    /*    height: 200px;*/
    /*    position: relative;*/
    /*    perspective: 1000px;*/
    /*}*/
    #intro .a {
        transform: rotateY(-3deg) translateZ(300px);

    }

    #intro .b {
        transform: rotateY(57deg) translateZ(300px);

    }

    #intro .c {
        transform: rotateY(117deg) translateZ(300px);

    }

    #intro .d {
        transform: rotateY(177deg) translateZ(300px);

    }

    #intro .e {
        transform: rotateY(237deg) translateZ(300px);

    }

    #intro .f {
        transform: rotateY(297deg) translateZ(300px);

    }

}

@media (max-width: 820px) {
    .term_tags {
        width: 100px;
    }

    .big-tag {
        width: 100px;
        margin: unset;


    }
}

@media (max-width: 732px)and ( min-width: 576px) {
    .w-20 {
        width: 10px;
    }

    .car-result .fs-25 {
        font-size: 12px;
    }

    .car-result .fs-20 {
        font-size: 10px;
    }

    .car-result .fs-14 {
        font-size: 7px;
    }
}

@media (max-width: 767px) {
    .blog-img{
        border-radius: 10px;
    }
}
@media (max-width: 676px) {
    .car-title-details3 {
        /*left: 0;*/
        font-size: 40px;
    }

    .car-title-details {
        /*         left: 0; */
        font-size: 40px;
    }

    .car-title-details2 {
        left: 0;
        font-size: 30px;
    }

    .nav-arrows a {
        top: 45%;
    }

    .brand-img {
        width: 14%;
        margin: 20px 2%;

    }

    .share-social {
        position: fixed;
        top: 35vh;
        right: 0;
        z-index: 3;
        background-color: var(--brown);
        border-radius: 15px 0 0 15px;
        padding: 5px;
    }

    .social-circle i {
        color: white;
        font-size: 20px;
        margin: 10px 0;
    }
}

@media (max-width: 600px) {
    .requirement h3 {
        font-size: 20px;
    }

    .requirement img {
        width: 60px !important;
    }
}

@media (max-width: 575px) {
    #contact p{
        font-size: 14px;
    }
    .blog-card h1{
        font-size: 32px;
        min-height: unset;
    }
    .relative-card h4{
        font-size: 20px!important;
    }
    input[type="checkbox"].switch_1{
        width: 1.5em;
    }
    #checkOut span{
        font-size: 18px;
    }
    .relative-card h4 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: auto;
        overflow: hidden;
    }
}

@media (max-width: 500px) {
    .relative-card .bbg-1 img {
        width: 20px !important;
    }

    .car-card .zoom {
        /* 		height:250px; */
    }

    .relative-card h2 {
        font-size: 24px;
    }

    /* 	.w-sm-60{ */
    /* 		width:24px; */
    /* 		height:30px */
    /* 	} */
    .review-details h1 {
        font-size: 20px;
    }

    .review-details p {
        font-size: 16px;
    }

    .feature h4 {
        font-size: 18px;
    }

    .navbar-brand img {
        width: 150px;
    }

    .whyUs .fs-70{
        font-size: 45px;
    }
    .fs-70 {
        font-size: 40px;
    }

    .fs-60 {
        font-size: 30px;
    }

    .fs-40 {
        font-size: 30px;
    }

    .btn-primary5 {
        font-size: 18px;
    }

    .btn-primary5-outline {
        font-size: 18px;
    }


    .footer-menu {
        display: block;
    }

    .footer-menu li {
        margin: 0 10px;
    }
}

@media (max-width: 371px) {

    .car-result .fs-25 {
        font-size: 12px;
    }

    .car-result .fs-20 {
        font-size: 10px;
    }

    .car-result .fs-14 {
        font-size: 7px;
    }
}
.contact-card{
    background: var(--brown);
    border-radius: 10px;
    padding: 20px;
}
.list-btn {
    background: var(--brown);
    color: white !important;
    border: 1px solid var(--brown);
}

.list-btn:hover {
    color: var(--brown);
    background: white;
    border: 1px solid var(--brown);
}