@font-face{
    font-family:'Sign Painter';
    src:url('../fonts/signpainter/SignPainterHouseScript.woff2') format('woff2'),
    url('../fonts/signpainter/SignPainterHouseScript.woff') format('woff');
    font-weight:100;
    font-style:normal;
    font-display:swap;
}

.cms-index-index main#maincontent > .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.cms-page-view .main-container {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: auto;
    margin-bottom: 4em;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .smartmenu {
    font-weight: 700 !important;
}
h1 {
    font-size: 40px !important;
}
h2 {
    font-size: 25px;
    margin: 30px 0px 10px 0px;
}
.horizontal-menu .magebig-nav li.level0>a{
  font-weight: 700;
}
.horizontal-menu .magebig-nav li.level0>a:hover {
    color: #f6f6f6;
}
.menu-container .col-lg-10 {
    position: unset;
}
.cms-page-view .page-title {
    margin-bottom: 30px;
}
.action.primary:hover, .action.secondary:hover {
    background: #a81015;
    color: #fff;
    border-color: #a81015;
}
.footer-logo img {
    max-width: 100%;
    max-height: 70px;
}
.footer .title {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
}
.text-copyright {
    color: #fff;
}
.footer-contact {
    color: #fff;
}
.footer-copyright-vertical {
    border: none;
    background: #000;
    padding: 5px 0px;
}
.subscribe .input-box button{
    right: -2px;
}
.subscribe .input-box input {
    padding-right: 100px;
    padding-left: 10px;
    border-radius: 3px;
    font-size: 12px;
}
.header-note h4 {
    margin-bottom: 0;
    font-weight: 800;
}
.header-note h3{
    font-weight: bold !important;
}
.header-note {
    padding: 20px 0px;
    background: #e7e7e7;
    color: #000;
    text-align: center;
}
.header-note svg {
    height: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    fill: #000;
}
.grey-background{
    background: #f9f9f9;
}
.featured-car-brands .col a {
    width: 100%;
    vertical-align: middle;
    display: block;
    background: #f5f5f5;
    margin-bottom: 10%;
    padding: 40px;
    border-radius: 10px;
    transition: 0.3s;
}
.featured-car-brands {
    text-align: center;
    padding: 60px 0px;
}
.featured-car-brands img {
    transition: 0.3s;
    max-height: 50px;
    max-width: 100px;
    margin: auto;
    display: block;
}
.featured-car-brands img:hover {
    filter: grayscale(1);
    scale: 1.1;
}
.featured-car-brands a.action.primary {
    margin-top: 40px;
}

.three-home-blocks .home-block {
    padding-right: 25px;
}
.three-home-blocks h3 {
    font-weight: 700;
    color: #af181d;
}
.three-home-blocks {
    padding: 60px 0px;
    background: #f5f5f5;
}

.model-block {
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 440px;
    border-radius: 15px;
    background-color: #000;
    transition: 0.3s;
}
.model-block img {
    position: absolute;
    max-width: 100%;
    opacity: 0.6;
    transition: 0.3s;
}
.model-block:hover img {
    opacity: 0.9;
}
.model-block:hover{
    scale: 1.1;
}
.model-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}
.model-header img {
    max-height: 52px;
    max-width: 89px;
}
.model-content {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    padding: 30px;
}
.model-content a.action.primary {
    display: block;
    width: auto;
    margin-top: 20px;
}
.model-price {
    clear: both;
    width: 100%;
    display: block;
    font-size: 16px;
}
.cms-index-index .main-wrap h2 {
    margin: 30px 0px;
    font-size: 30px;
}
.model-content h3 {
    font-weight: 600;
    font-size: 26px;
}
.models-container {
    padding: 60px 0px;
}
.model-price.before {
    text-decoration: line-through;
}
.model-price.after {
    font-size: 19px;
}
.featured-car-brands .row > div {
    text-align: center;
}
.overlayBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlayBanner {
    background: #0000005e;
}
.overlayBanner .row {
    height: 550px;
}
.white-text, .white-text h1, .white-text h3 {
    color: #fff;
}
.home-block svg {
    height: 40px;
    margin-bottom: 20px;
}
.wrapper-breadcrums li a {
    color: #af181d;
}
.magebig-nav li.level0:hover a {
    color: #f8f8f8;
}

h3.review-name {
  font-size: 12px;
}

.select-car-brands a {
    display: block;
    background: #f5f5f5;
}

.select-car-brands img {
    max-height: 50px;
    max-width: 100px;
    margin: auto;
    display: block;
}
.select-car-brands a {
    display: block;
    background: #f5f5f5;
    margin-bottom: 10%;
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
}
.select-car-brands a:hover {
    scale: 1.1;
}


.contact-index-index .page-bottom-content.container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.page-bottom{
    background:#fff;
}
.product-info-main-top {
    border: none;
}



.gallery-placeholder {
    height: auto;
    padding: 0 !important;
}
.gallery-placeholder .gallery-placeholder__image {
    height: auto !important;
    padding: 0px !important;
    position: unset !important;
}
.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__html, .fotorama__video iframe {
    position: unset !important;
}
.gallery-placeholder .gallery-placeholder__image img {
    position: unset;
    transform: none;
    margin: auto;
    display: block;
}
.gallery-placeholder .fotorama__stage__frame .fotorama__img {
    position: unset;
    display: block;
    margin: auto;
    transform: unset;
}
.fotorama__stage, .fotorama__nav {
    height: auto !important;
}
.product.media {
    margin-bottom: 40px;
    margin-top: 40px;
    z-index: 2;
}
.gallery-placeholder .fotorama__stage__frame .fotorama__img, .gallery-placeholder .gallery-placeholder__image img {
    max-height: 300px;
}

.catalog-product-view .container.main-container {
    max-width: 100%;
    padding: 0;
}
.fuelType {
    display: inline-block;
    padding: 3px 10px;
    font-weight: 600;
    background: #eeeff2;
    border-radius: 3px;
    font-size: 13px;
}
.Petrol {
    background: #00933d;
    color: #fff;
}
.Diesel {
    background: #000;
    color: #fff;
}
.Electric{
    background: #05bcee;
    color: #fff;
}
.stat b {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.stat {
    font-size: 23px;
    margin-bottom: 30px;
}
.galleryBlock {
    width: 100%;
    display: block;
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
}
.optionForm {
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #f8f8f8;
}
.mp-customform.opc-progress-bar {
    margin: 0px;
}
.mp-custom-form {
    width: 100%;
    margin-top: -10px;
}
.mp-field-group-content.fieldset {
    margin: 0 !important;
}
#enquire-now label {
    font-weight: 500;
    font-size: 1.4rem;
}
.step-content.mp-page-content {
    margin: 0;
}
.background-grey {
    background: #f5f5f5;
}
.section {
    padding: 70px 0px;
}
.modelBanner {
    text-align: center;
    font-size: 10vw;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-family: 'Sign Painter';
    text-transform: uppercase;
    font-style: italic;
    color: #1b1b1b;
    z-index: 1;
    background: #171717;
    padding: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 0;
}
.product-image-main img {
    max-height: 400px;
}

.product-image-main {
    text-align: center;
    position: relative;
    z-index: 2;
}
.enquire-button {
    padding: 10px 50px !important;
}

.stat svg {
    width: 14px;
    position: relative;
    top: 3px;
    margin-right: 8px;
    fill: #af181d;
}
.mh-500 {
    max-height: 500px;
}
.mp-custom-form-popup .mp-1column.field {
    width: 50%;
    text-align: left;
    padding-right: 10px;
}
.field.contact-field.message-field.message-field textarea {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 200px;
    padding: 15px;
}

.field.contact-field.message-field.message-field {
    width: 100%;
}
.mp-custom-form-popup .opc-wrapper {
    padding-right: 0;
}
.action.secondary {
    background: #fff;
    color: #b0171d;
}
.top-section .section:nth-child(even) {
    background: #f9f9f9;
}
#features li {
    width: 33%;
    display: inline-block;
    margin-bottom: 11px;
}
#features svg {
    width: 13px;
    fill: #af181d;
    margin-right: 3px;
}
#features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.catalog-product-view .wrapper-breadcrums {
    background: #171717 !important;
    color: #fff !important;
}
.overlayBanner::before {
    /* background: linear-gradient(90deg, rgba(10, 128, 210, 1) 35%, rgba(193, 15, 17, 1) 100%); */
    opacity: 0.6;
    width: 100%;
    display: block;
    height: 100%;
    content: '';
    position: absolute;
}
img.small-image {
    height: 130px;
}
.vertical-align-middle {
    vertical-align: middle;
}

.display-inline-block {
    display: inline-block;
}
.display-block {
    display: block;
}
.small-text {
    font-size: 12px;
}
#fuelEfficiency {
    font-size: 18px;
}
#fuelEfficiency div {
    font-size: 20px;
}

#fuelEfficiency span {
    display: block;
    margin-right: 5px;
    font-size: 12px;
}
.block.block-nav {
    display: none;
}
.product-item-name a {
    color: #000;
}
.product-item-info {
    display: block;
    background: #f5f5f5;
    margin-bottom: 10%;
    padding: 25px;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid #f3f3f3;
}
.catalog-category-view .page-title {
    text-align: left;
}
.product-item-name {
    font-size: revert;
    max-height: 100%;
    margin-bottom: 20px;
}
.page-title span {
    padding-top: 50px;
    padding-bottom: 20px;
    display: block;
}
.page-title {
    margin: 0;
}
.brand-logo {
    height: 30px;
}
.hybridType {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 600;
    background: #eeeff2;
    border-radius: 3px;
    font-size: 12px;
    width: 130px;
}
.hybridType svg {
    max-height: 14px;
    margin-right: 5px;
    fill: #1eaf00;
    position: relative;
    top: 3px;
}
.transmission {
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
}
.product-item .product-item-name{
    font-size: 21px;
}
.filter-options .field.search {
    display: none;
}
.filter-options .filter-options-title {
    text-transform: capitalize;
}
.filter-options .filter-options-title {
    text-transform: capitalize;
    font-weight: bold;
}
.block.filter .filter-title {
    display: none;
}
.block.filter {
    border-radius: 10px;
}
.quicklinksSection {
    margin-top: -30px;
}
.filter-clear .mbi {
    display: none !important;
}

.filter-clear {
    background: #b0171d !important;
    color: #fff !important;
    width: 100% !important;
    display: block;
    text-align: center;
}
/*Nav*/
.header-menu-content {
    border: none;
    background: #af181d;
    position: relative;
}
.smartmenu.magebig-nav li {
    font-weight: 500;
}
.magebig-nav div.submenu {
    max-width: 100%;
    width: 100%;
    margin-top: -10px;
}
.magebig-nav li.level0 {
    position: unset;
}
.magebig-nav div.submenu.simple-dropdown {
    top: 48px;
    width: 100% !important;
}
.horizontal-menu .level0.level-top.parent:hover:after {
    top: 48px;
}
.horizontal-menu{
    position: unset;
}
.magebig-nav li.level0 ul li{
    text-align: center;
}


.iconnav::before {
    content: '';
    height: 30px;
    display: block;
    margin-bottom: 10px;
}
.carsbybrand .iconnav span {
    display: none;
    margin-top: 50px;
}
.citronicon::before {
    background: url(/media/logos/citroen.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.cupraicon::before {
    background: url(/media/logos/cupra.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.daciaicon::before {
    background: url(/media/logos/dacia.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.fiaticon::before {
    background: url(/media/logos/fiat.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.fordicon::before {
    background: url(/media/logos/ford.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.hyundaiicon::before {
    background: url(/media/logos/hyundai.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.kiaicon::before {
    background: url(/media/logos/kia.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.mazdaicon::before {
    background: url(/media/logos/mazda.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.mgicon::before {
    background: url(/media/logos/mg.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.nissanicon::before {
    background: url(/media/logos/nissan.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.renaulticon::before {
    background: url(/media/logos/renault.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.seaticon::before {
    background: url(/media/logos/seat.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.skodaicon::before {
    background: url(/media/logos/skoda.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.toyotaicon::before {
    background: url(/media/logos/toyota.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.vauxhallicon::before {
    background: url(/media/logos/vauxhall.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.carsbybrand .iconnav::before {
    display: none;
}
.carsbybrand .item img {
    max-height: 34px;
    max-width: 60px;
}
.carsbybrand .item {
    width: 12%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.carsbyevtype .iconnav::before {
    height: 80px;
    display: none;
}
.pluginicon::before {
    background-size: auto 160px !important;
    background: url(/media/nav/plug-in-hybrid.png) no-repeat;
    background-position: center;
}
.fullhybridicon::before {
    background-size: auto 120px !important;
    background: url(/media/nav/full-hybrid.png) no-repeat;
    background-position: center;
}
.selfchargingicon::before {
    background-size: auto 160px !important;
    background: url(/media/nav/self-charging.png) no-repeat;
    background-position: center;
}
.mildhybridicon::before {
    background-size: auto 160px !important;
    background: url(/media/nav/mild-hybrid.png) no-repeat;
    background-position: center;
}

.iconnav span {
    color: #000;
    margin-top: 20px;
    display: block;
}

.carsbyfueltype img {
    height: 55px;
}
.carsbyfueltype img {
    height: 80px;
}
.carsbyfueltype .iconnav::before {
    display: none;
}
.smartmenu a.level-top>img {
    padding: 0;
}
.pages .pages-items .item.current strong{
    color: #fff;
}
.post-list-item {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}
.post-list-wrapper {
    margin-bottom: 60px;
}
.wordpress-post-view .container.main-container {
    margin-bottom: 60px;
}
.post-categories.post-meta-item {
    display: none !important;
}
.post-meta strong {
    font-weight: 700;
}
.whatsapplink img {
    width: 40px;
}
.whatsapplink {
    position: fixed;
    bottom: 1%;
    left: 1%;
    background: #25d366;
    padding: 16px;
    border-radius: 100%;
}
ul.social-links svg {
  height: 17px;
  fill: #fff;
  margin-top: 10px;
}
.review-block {
  background: #fff;
  padding: 5%;
  border-radius: 10%;
  max-width: 300px;
  min-height: 370px;
  margin: auto;
  position: relative;
  color: #5F6369;
  margin: 5% 0% 5% auto;
}
.review-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}
.star, .star-half {
  display: inline-block;
  background: #d3b505;
  width: 30px;
  height: 30px;
}
p.review-description {
  margin-top: 10px;
}
.review-block::before {
  content: '';
  background: url(/media/logos/google.svg) no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
}
.star {
  display: inline-block;
  background: url(/media/logos/star-full.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
}
.reviews-about {
  margin: 30px 0px;
}

.reviews-about .review-block {
  min-height: auto !important;
  max-width: 100% !important;
  background: #f9f9f9;
  border-radius: 5px;
}
.cms-page-view .page-main ul {
  margin-bottom: 1rem;
}
strong {
  font-weight: bold;
}
.featured-links-head .horizontal-menu .magebig-nav li.level0>a {
    text-decoration: underline;
}
.logo img {
    max-width: unset;
}
.magebig-mobile-menu .nav-bar .nav-logo {
    max-width: 200px;
    margin: auto;
    margin-top: 0px;
}
.magebig-mobile-menu .nav-bar .nav-logo img {
    max-width: 200px;
}
.magebig-mobile-menu .nav-bar .nav-logo {
    background: #000;
    max-width: 100%;
}
.magebig-mobile-menu nav {
    padding: 0;
}
.nav-mobile-accordion {
    padding: 0px 20px !important;
    margin-top: 20px !important;
}
.magebig-mobile-menu ul.nav-collapse>li>a {
    padding-left: 0;
    padding-right: 0px;
}
#mb-collapsible-mobile .container, #mb-collapsible-mobile .container > div {
    padding: 0;
}
#mb-collapsible-mobile .carsbybrand li {
    width: 32%;
    text-align: center;
}
#mb-collapsible-mobile a {
    border: none;
}
#mb-collapsible-mobile .carsbyevtype li, #mb-collapsible-mobile .carsbybodytype li, #mb-collapsible-mobile .carsbyfueltype li {
    width: 49% !important;
    display: inline-block;
    padding-left: 0;
}
#mb-collapsible-mobile .carsbyevtype li img, #mb-collapsible-mobile .carsbybodytype li img, #mb-collapsible-mobile .carsbyfueltype li img {
    max-width: 100%;
}
.magebig-mobile-menu ul.nav-collapse li a {
    padding-left: 0;
}
.magebig-mobile-menu ul.nav-collapse li {
    line-height: unset;
}


.mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
   .mobile{
        display: block !important;
   }
   .desktop {
        display: none !important;
   }
   .header-content-action>div {
        text-align: right;
    }
}

.btn-nav-mobile span::before, .btn-nav-mobile span::after {
    background: #fff;
}
.btn-nav-mobile span {
    background: #fff;
}

.magebig-mobile-menu ul.nav-collapse>li>a {
    border: none;
}