@media only screen and (min-width: 1024px) {
  
	.header-layout-3.with-top-bar .website-top-bar .website-nav-logo img {
 max-height: 100px;
 max-width: 200%;
}
.header-layout-3 .menu-item a {
 font-size: 16px !important;
 font-weight: 700 !important;
}
.menu-item a {
 padding: 0px 10px !important;
}
.item_badge img {
    max-width: 50% !important;
    width: 120px;
}
.with-top-bar .website-top-bar-list-item .dealerInfo-phone {
    white-space: nowrap;

    background: var(--primary-color) !important;
    padding: 10px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    color: #fff !important;
}
.header-layout-3.with-top-bar .website-top-bar {
    height: 150px !important;
}
	
}


.footer-row {
    display:none !important;
 }
 
