/*!
Theme Name: ismailos
Author: Stix Digital
Author URI: https://www.stix-digital.com/
Version: 1.0.20
*/

.otgs-development-site-front-end {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.lang-btn-wrapper span a {
    text-decoration: none;
    color: inherit;
}

.languages .lang-btn {
    text-decoration: none;
}


/* YITH WISHLIST START */
.yith-add-to-wishlist-button-block {
    margin: 0;
}

.yith-wcwl-add-to-wishlist-button:is(button) {
    padding: 0;
    gap: 0;
}

/* hide yith wishlist popup */
.yith-wcwl-feedback-messages-container {
    display: none !important;
}

.woocommerce.yith-wcwl-form.wishlist-fragment {
    width: 100%;
}

.woocommerce.yith-wcwl-form.wishlist-fragment table.wishlist_view{
    width: 85%;
}

.hidden-title-form {
    display: none !important;
}

.wishlist_view .car-heading {
    text-decoration: none;
    color: #f3f3f3;
}

.wishlist_view  a.cta {
    text-decoration: none;
    width: fit-content;
    padding: 9px 15px;
    border: 1px solid #b89e7e;
    background: #b89e7e;
    color: #fff;
    font-family: "Geologica";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: inset 0 0 0 0 #fff;
    transition: 0.4s ease-out;
}

.woocommerce table.shop_table.wishlist_view {
    border: none;
}

.woocommerce table.shop_table.wishlist_table tr td {
    border: none;
}

.woocommerce table.shop_table.wishlist_table tr td {
    background: var(--dark-color);
}

.woocommerce table.shop_table.wishlist_table a.remove {
    height: unset;
    line-height: normal;
    border-radius: unset;
    color: #fff !important;
}

.woocommerce table.shop_table.wishlist_table a.remove:hover{
    box-shadow: inset 400px 0 0 0 #fff;
    color: #b89e7e !important;
}

.wishlist_table tr td.product-thumbnail a {
    display: unset;
}

.woocommerce.yith-wcwl-form.wishlist-fragment {
    flex-direction: column;
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: none;
    pointer-events: none;
}

.woocommerce table.shop_table td.product-thumbnail {
    padding: unset;
}

.wishlist_view .product-specs h3 {
    display: flex;
    flex-direction: column;
    font-family: "Geologica";
    line-height: normal;
}

table.wishlist_table.shop_table .product-remove,
table.wishlist_table.shop_table .product-add-to-cart {
    width: fit-content;
}

table.wishlist_view .product-thumbnail a .album-container {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0.835px solid var(--dark-color);
    background-color: var(--dark-color);
    margin: 12px 15px;
    padding: 11px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

table.wishlist_view .product-thumbnail a .album-container img {
    width: 22px !important;
    height: 22px !important;
}

table.wishlist_view .product-thumbnail a .album-container p {
    color: var(--light-text-color);
    font-family: "PT Sans";
    font-size: 17.533px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.584px;
}

.woocommerce-wishlist .wishlist-title.wishlist-title-with-form h2 {
    font-size: 35px;
    font-weight: 600;
}

/* YITH WISHLIST END */

/* overides */

.reset-btn {
    text-decoration: none;
}

.page-template-filters-search .item a {
    text-decoration: none;
    color: var(--bs-heading-color);
}

/*
.locations-section .tabs-wrapper #content-tab-1 {
    display: flex;
} */

.woocommerce {
    /* margin-bottom: unset; */
    margin: 100px 0;
}

.padding-class.section-wrapper div.feat-wrapper {
    width: 100%;
}



/* BLOG PAGE STYLES */


.blog-page-header {
    font-size: 28px;
    color: #b89e7e;

    text-align: center;
    width: 50%;
    border-bottom: 1px solid #b89e7e;
    line-height: 0.1rem;
    margin: 180px auto 80px;

    span {
        background-color: #fff;
        padding: 10px;
        font-size: 1.5rem;
    }

    @media only screen and (max-width: 580px) {
        width: 70%;
    }
}

.blog-page-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
row-gap: 40px;
column-gap: 40px;

margin: 40px 0 80px;

@media only screen and (max-width: 900px) {
    grid-template-columns: 1fr;
}
}

.blog-page-wrapper .blog-item .blog-image-wrapper {
width: 100%;
}

.blog-page-wrapper .blog-item .blog-image-wrapper img {
width: 100%;
aspect-ratio: 8 / 4;
object-fit: cover;
padding-bottom: 20px;

border-bottom: 1px solid var(--accent-color);

@media only screen and (max-width: 490px) {
    aspect-ratio: 8 / 5;
}
}

.blog-page-wrapper .blog-item .blog-text-wrapper .blog-date {
font-size: 12px;
font-family: "Geologica";
color: var(--dark-color);

margin-top: 10px;
}

.blog-page-wrapper .blog-item .blog-text-wrapper .blog-header {
margin-bottom: 10px;
margin-top: 5px;
}

.blog-page-wrapper .blog-item .blog-text-wrapper .blog-header a {
font-family: "Geologica";
font-size: 26px;
font-weight: 600;
line-height: 34.74px;
letter-spacing: 0.8666666746139526px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
text-decoration: none;

color: var(--accent-color);

&:hover {
    opacity: 0.85;
}
}

.blog-page-wrapper .blog-item .blog-text-wrapper .blog-description {
font-family: "PT Sans";
font-size: 16px;
font-weight: 400;
line-height: 20.7px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: var(--dark-color);
}

.blog-page-wrapper .blog-item .blog-text-wrapper .read-more {
font-family: "PT Sans";
font-size: 14px;
font-weight: 700;
line-height: 20.7px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
text-decoration: none;

color: var(--accent-color);

&::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--accent-color);
    transition: width 0.3s;
}

&:hover::after {
    width: 65px;
    transition: width 0.3s;
}

@media screen and (max-width: 1000px) {
    border-bottom: 1px solid var(--accent-color);

    &:after {
        content: none;
    }
}
}

.wp-pagenavi {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.page-template-filters-search .wp-pagenavi {
    margin-left: 350px;

    @media only screen and (max-width: 995px) {
        margin-left: 0;
    }

    @media only screen and (min-width: 1700px) {
        margin-left: 420px;
    }
}
.wp-pagenavi .pages {
display: none;

    @media only screen and (max-width: 700px) {
        display: block;
    }
}

.wp-pagenavi .pages-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;

    @media only screen and (max-width: 700px) {
        display: none;
    }
}

.wp-pagenavi .previouspostslink {
    text-decoration: none;
    background-image: url(./assets/pagination-arrow-prev.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    display: block;
    width: 20px;
    height: 20px;
}
.wp-pagenavi .nextpostslink {
    text-decoration: none;
    background-image: url(./assets/pagination-arrow-next.png);
    background-repeat: no-repeat;
    background-position-y: bottom;

    display: block;
    width: 20px;
    height: 20px;
}

.wp-pagenavi .page {
    color: var(--black-color);
    text-decoration: none;
    cursor: pointer;
}

.wp-pagenavi .current {
    color: var(--accent-color);
}


.woocommerce-notices-wrapper,
.woocommerce-message {
    display: none !important;
}

.single-product.woocommerce,
.woocommerce-wishlist.woocommerce {
    margin: unset;
}

.a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share {
    text-decoration: none;
}

.addtoany_list {
    position: relative;
}

.a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share::before {
    content: "";
    background-image: url(./assets/share.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    z-index: 10;
    /* bottom: 10px; */
    left: -1px;
}


.compare .vehicle-details {
    background-color: transparent;
    margin-top: 0;
}

.card-section .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--added) .yith-wcwl-icon-svg__wrapper img,
.compare .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--added) .yith-wcwl-icon-svg__wrapper img {
    filter: invert(80%) sepia(16%) saturate(0%) hue-rotate(182deg) brightness(90%) contrast(86%);
}

.card-section .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--added) .yith-wcwl-icon-svg__wrapper img:hover,
.compare .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--added) .yith-wcwl-icon-svg__wrapper img:hover {
    filter: invert(65%) sepia(100%) saturate(6000%) hue-rotate(0deg) brightness(100%) contrast(105%);
}

.card-section .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    justify-content: flex-start;
}

.vehicle-details .details-header-wrapper h1 {
    display: flex;
    flex-direction: column;
}

.vehicle-details .details-header-wrapper h1 span.like-title {
    display: flex;
}

.vehicle-details .details-header-wrapper h1 span.like-title .yith-add-to-wishlist-button-block,
.compare .vehicle-details h3 .yith-add-to-wishlist-button-block {
    margin-right: 10px;
}

.compare .vehicle-details h3 {
    display: flex;
}

.gform_heading .gform_required_legend {
    display: none;
}

.nsl-container.nsl-container-block {
    display: flex;
    justify-content: center;
}

.like-container,
.heart-header {
    cursor: pointer;
}

.details-header-span {
    display: flex;
    justify-content: start;
    align-items: center;
}


/* customize */

.home header .header-wrapper {
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
    position: fixed;
    top: 0;
    z-index: 10000 !important;
    display: flex;
    flex-direction: column;
}

header .header-wrapper {
	 z-index: 10000 !important;
}

.vehicle-details-page header::after {
    content: " ";
    height: 69px;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
    position: absolute;
    z-index: 10;
    top: 100px;

	@media screen and (max-width: 995px){
		top: 90px;
	}

	@media screen and (max-width: 550px){
		 height: 45px;
	}
}

.vehicle-details {
    background-color: var(--dark-color);
    margin-top: 70px;
    position: relative;

	@media screen and (max-width: 550px){
		margin-top: 40px;
	}
}

.vehicle-details .details-header-wrapper h1 span.like-title {
    display: flex;
    align-items: center;
	position: relative;
    z-index: 10;
}

.vehicle-details .details-header-wrapper h1 {
    @media only screen and (max-width: 450px) {
        font-size: 25px;
	}
}

.yith-wcwl-add-to-wishlist-button:hover img, .yith-wcwl-add-to-wishlist-button:hover svg {
filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(6386%) hue-rotate(356deg) brightness(110%) contrast(126%);
}

.yith-wcwl-add-to-wishlist-button svg, .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
	   width: 28px;
    display: inline-flex;
    height: 25px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.vehicle-details .addtoany_shortcode {
    grid-area: share;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 23.29px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--light-text-color);
    text-decoration: none;

	.addtoany_share_save {
		margin-left: 30px;
	}

	.a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share::before {
		height: 20px;
    width: 20px;
	}


	@media only screen and (max-width: 620px) {
     margin-left: 0px;
  }
}

.vehicle-details .item .location-item {
    @media only screen and (max-width: 620px) {
   grid-template-rows: 20px 20px 20px 1fr 1fr;
	}
}

#enquire_today #field_submit {
    grid-column: span 4;
    display: flex;
    align-items: center;
    justify-content: end;
}

.contact-section .gform-footer{
	pointer-events: none;
}

.contact-section .gform_button {
	pointer-events: all;
}

.mercedez .contact-section .gform_button {
		box-shadow: inset 0 0 0 0 var(--white-color) !important;
  -webkit-transition: ease-out 0.4s !important;
  -moz-transition: ease-out 0.4s !important;
  transition: ease-out 0.4s !important;

	&:hover{
		box-shadow: inset 400px 0 0 0 var(--light-text-color) !important;
    color: var(--dark-color) !important;
	}
}

.mercedez #enquire_today .gform-button {
	border-radius: 0 !important;
	    border: 1px solid var(--black-color) !important;
    background-color: var(--black-color) !important;
    box-shadow: inset 0 0 0 0 var(--white-color) !important;
    -webkit-transition: ease-out 0.4s !important;
    -moz-transition: ease-out 0.4s !important;
    transition: ease-out 0.4s !important;

	@media screen and (min-width: 1100px){
	&:hover{
		box-shadow: inset 400px 0 0 0 var(--light-text-color) !important;
    color: var(--black-color);
	}
	}
}

.ismailos .contact-section .gform_button,
.ismailos #enquire_today .gform-button {
  border-radius: 0 !important;

	box-shadow: inset 0 0 0 0 var(--white-color) !important;
  -webkit-transition: ease-out 0.4s !important;
  -moz-transition: ease-out 0.4s !important;
  transition: ease-out 0.4s !important;

	&:hover{
		box-shadow: inset 400px 0 0 0 var(--light-bg-color) !important;
    color: var(--dark-color) !important;
	}
}

	@media screen and (max-width: 995px){
		.ismailos .enquire-cta.transparent-btn {
  color: var(--dark-color);
 }
}

.compare-section-wrapper .transparent-btn{
	width: max-content;
}

.used-cars .heart-icon{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(24deg) brightness(106%) contrast(105%);
}

.used-cars .heart-icon:hover{
	    filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(6386%) hue-rotate(356deg) brightness(110%) contrast(126%);
}

.comparison-vehicle .img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

/* .compare .heart-icon,
.compare .yith-wcwl-add-to-wishlist-button-icon {
	width: 28px !important;
   height: 25px !important;
} */

@media screen and (max-width: 480px){
	.compare .vehicle-details h3 .yith-add-to-wishlist-button-block {
    margin-right: 5px !important;
}

	.compare .vehicle-details h3 {
		font-size: 23px;
	}
}

.compare .vehicle-edition{
    font-family: "Geologica";
    color: #000;
    font-size: 18px;
    font-weight: 200;
    text-wrap: wrap;
    display: block;
	  padding-bottom: 10px;
}

@media screen and (min-width: 900px){
	.compare-section-wrapper {
		min-height: 75vh;
	}
}

.woocommerce-checkout input, .woocommerce-checkout textarea {
    border: 1px solid #b89e7e !important;
    background: none !important;
    padding: 7px 10px !important;
    border-radius: 0 !important;
}

#customer_login button{
	border-radius: 0 !important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 50%;
	background-color:unset;
	padding: unset;
	color: unset;
	box-shadow: unset;
	border: unset;


}

#customer_login .login-h2 h2 {
	padding: 0px 10px 5px 10px !important;
	margin-bottom: 40px !important;
}

.woocommerce-dashboard {
	overflow-x: hidden;
    @media only screen and (max-width: 1024px) {
	.woocommerce-ism-acc {
     padding: 0 10px !important;
   }

  .woocommerce {
			margin: 0 !important;
			}
}
}


.woocommerce-account {
    overflow-x: hidden;
}

@media screen and (min-width: 1280px){
	.woocommerce.yith-wcwl-form.wishlist-fragment {
	width: 80% !important;
}
}

.wishlist-items-wrapper .product-thumbnail {
	position: relative;
}


.woocommerce .wishlist-title {
    margin-bottom: 0;
    margin-top: 70px;
}

.woocommerce .wishlist-title	.compare-heading {
    padding: 20px 0 0 !important;

	.gold-btn {
		display: unset !important;
	}
}

.wishlist_table .product-add-to-cart a {
    margin: 0  !important;
}

.woocommerce-edit-account .woocommerce-MyAccount-content input, .woocommerce-edit-account .woocommerce-MyAccount-content button {
    border-radius: 0 !important;
}



header .dropdown-content .dropdown-list li{
	padding: 0 15px;
}


.blog .car-description {
	margin-top: 0 !important;
}

.single-post{
	min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 995px) {
.mercedez:has(.search-stock.relative-position){
	.hero-img {
		margin-bottom: 330px;
	}
	.hero-txt-wrapper{
		bottom: 150px !important;
	}

	.hero-banner::after{
		height: 600px !important;
	}
}
}

.search-stock-row label{
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.contact-section .gform_wrapper.gravity-theme .gfield textarea.large {
    padding-top: 30px;
}

@media screen and (min-width: 700px) and (max-width: 1100px){
	.contact-section:has(textarea){
		#field_8_1, #field_8_3, #field_8_4, #field_8_6, #field_8_8 {
			grid-column: span 6;
		}

		#field_8_5{
			grid-row: 2;
    grid-column: 7 / -1;
		}
	}
}

@media only screen and (max-width: 936px) {
    .gfield--input-type-select, .gfield--type-select {
   padding-top: 15px !important;
   gap: 10px !important;
    }
}

@media screen and (max-width: 1024px){
	.woocommerce-orders-table.account-orders-table {
		display: table !important;
		border-collapse: collapse !important;
	}

	.woocommerce-orders-table.account-orders-table thead{
		display: table-header-group !important;
    overflow: auto;
    height: auto;
    width: 100%;
	}

	.woocommerce-orders-table.account-orders-table thead tr {
		display: table-row !important;
	}

	.woocommerce-orders-table.account-orders-table tbody{
		display: table-row-group !important;
	}

	.woocommerce-orders-table.account-orders-table tbody tr {
		display: table-row !important;
	}

	.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    width: unset;
		display: table-cell;
		text-align: center !important;
}

	    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: unset !important;
    }
}

@media screen and (max-width: 768px){
	    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
.woocommerce.yith-wcwl-form.wishlist-fragment .product-add-to-cart {
		 margin: 0 !important;
     justify-items: center !important;
	}
	.woocommerce.yith-wcwl-form.wishlist-fragment .item-content-wrapper {
		padding: 5px 0 !important;
	}

	.woocommerce .wishlist-title {
    margin-top: 30px;
}
	.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive { margin-top: 50px !important;
	}

.woocommerce-dashboard .woocommerce {
    margin-top: -60px !important;
}
}

@media screen and (min-width: 769px){
	.woocommerce.yith-wcwl-form.wishlist-fragment .product-add-to-cart {
   margin: 20px 0 20px 30px !important;
  }

	.woocommerce-dashboard  .woocommerce {
	margin-top: 60px !important;
	}
}

.woocommerce-dashboard .woocommerce-ism-acc {
	margin-top: 0 !important;
	margin-right: auto;
}

    @media only screen and (max-width: 1024px) {
			.woocommerce-MyAccount-navigation:not(.toggle-navigation-account)
			{   left: -1050px !important;

 }

	.woocommerce-MyAccount-navigation
			{
		padding-top: 100px !important;
    transition: all 1s !important;
 }
}

.woocommerce-edit-address {
    @media only screen and (max-width: 480px) {
        .woocommerce {
            padding: 0 20px;
        }
    }
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header .offcanvas-body
.dropdown-item {
	font-weight: 200 !important;
}

.dropdown-menu.show {
    padding-top: 25px !important;
}

header .offcanvas-body .menu-link.show{
	font-weight: 400;
}

.ismailos .card-section .card{
	.upper-content-wrapper{
		height:152px;
	}
	.upper-content-wrapper > div:first-child {
		 display: flex;
    flex-direction: column;
    margin-bottom: 10px;
	}

	.car-details-wrapper {
		margin-top: 25px !important;
	}

	.card-text-wrapper p:nth-of-type(3) {
		margin-top: auto;
	}
}

.ismailos .card-section .card:has(.light){
	.upper-content-wrapper{
		height: unset;
	}

	.car-details-wrapper {
		margin-top: 15px !important;
	}
}

.woocommerce-checkout {
	overflow-x: hidden;
}

.woocommerce-checkout #customer_details .col-1{
	width: 100%;
}

.woocommerce-checkout .ism-billing-wrapper {
	justify-content: unset;
}

.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper{
	    border: 1px solid #b89e7e;
    background: none;
    padding: 2px 4px;
    border-radius: 0;
	position: relative;
}

.woocommerce-checkout #billing_state_field .select2-container .select2-selection--single .select2-selection__rendered {
	margin-bottom: 5px;
}

.woocommerce-checkout #billing_state_field .select2-container--default::after {
	top: 40%;
}

.woocommerce-checkout .container-of-both {
	column-gap: 30px;
}

@media only screen and (max-width: 1080px) {
	.woocommerce-checkout .container-of-both form.woocommerce-checkout, .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .col2-set .col-1{
    width: 100% !important;
		margin: 0 auto;
    }

	.woocommerce-checkout .container-of-both .wp-block-woocommerce-checkout-order-summary-block {
		width: 600px !important;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 660px) {
	.woocommerce-checkout .container-of-both {
		margin-top: 10px;
	}

	    .woocommerce-checkout .container-of-both .wp-block-woocommerce-checkout-order-summary-block {
        width: 400px !important;
    }
}

@media only screen and (max-width: 460px) {
	    .woocommerce-checkout .container-of-both .wp-block-woocommerce-checkout-order-summary-block {
        width: 320px !important;
    }
}

.woocommerce-checkout .select2-container--open:has(.select2-dropdown--above)::after,
.woocommerce-checkout .select2-container--open:has(.select2-dropdown--below)::after{
	content: none;
}

.ism-disabled {
    pointer-events: none !important;
}

.input-wrapper:has(.select-input.ism-disabled)::after {
    background-image: unset !important;
}

.select-item:has(select.ism-disabled)::after {
    background-image: unset !important;
}

.ism-disabled-input input {
    pointer-events: none;
}

.woocommerce-wishlist .woocommerce-info {
    margin-top: 5em;
}

header .dropdown-content li a {
    font-weight: 200;
}


.nsl-container-buttons {
    display: flex !important;
    justify-content: center;
}

.nsl-button {
    background-color: unset !important;
}

.nsl-button img {
    width: 25px;
}

.locations-section .tabs-content.active-tab .location-item {
    display: flex;
    padding: 20px 0;
}

@media screen and (max-width: 995px) {
    .range-item-spacing {
        margin: 0 30px;
    }
}

.compare .vehicle-details h3 {
    text-wrap: wrap;
    display: block;
}

.logo-wrapper a img {
  max-width: unset;
}