/******** Mazda ************/

/************ // General HTML Tags // ************/
@font-face {
  font-family: "Mazda_Type_Medium";
  src: url("https://mazda.rokkitdev.co.za/wp-content/themes/genesis-sample/fonts/Mazda-Type-Regular.ttf")format("TrueType");
}

/************ // Site Structure // ************/
h1,h2,h3,h4,h5,h6,p,span,a,em,i,li {
font-family: Mazda_Type_Medium,Basic,Sans Serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.6;
}

p, li, input, select, textarea{
  font-size: 16px;
}

.genesis-nav-menu {
  font-weight: 200;

}

.entry {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
}

.site-inner {
  clear: both;
  padding-top: 0px;
  word-wrap: break-word;
  max-width: unset;
}

/************ // Header // ************/
.site-header {
  background-color: #000;
  border-top: 1px solid #6e6e6e;
  position: sticky;
  width: 100%;
  top: 40px;
z-index:99999;
}

.site-header > .wrap {
  padding: 10px 0;
  display: flex;
}
.header-full-width .title-area {
  float: none;
  width: unset;
  min-width: 120px;
}
.header-image .title-area {
  margin: 0;
  max-width: 120px;
  padding: 0;
}

.header-image .site-title > a {
  min-height: 60px;
}
/************ // Menu // ************/
.topMenuPrimary {
  background: #000;
  color: #fff;
  text-align: right;
  position: sticky;
  width: 100%;
top:0;
z-index:99999;
}

.topMenuPrimary .widget_nav_menu {
  max-width: 1280px;
  margin: 0 auto;
}

.menu-item a {
  text-decoration: none !important;
  color: #d5d5d5 !important;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 500;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  padding: 25px 20px;
  transition-duration: 0.3s;
}

.topMenuPrimary a {
  font-size: 12px !important;
  padding: 15px 20px !important;
}

.megaMenuPrimary {
  width: 100%;
  text-align: right;
}

.header-widget-area .widget {
  margin-bottom: 0;
}

.menu-item a:hover {
  color: #fff !important;
}

.genesis-nav-menu .menu-item:hover > #menuItem101 {
  left: 0;
  opacity: 1;
}

ul#menuItem101 {
  width: 100%;
  background: #fff;
}

ul#menuItem101 .menu-item {
  width: 100%;
}

section.vehicleMenuFilter {
  padding: 30px 0px;
  display: flex;
  border-bottom: 1px solid #d5d5d5;
  justify-content: center;
}

section.vehicleMenuFilter > div {
  width: 290px;
}

section.vehicleMenuFilter > span {
  margin-right: 35px;
}

section.vehicleMenuArchive {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.vehicleArchiveItem {
  text-align: center;
  width: 270px;
  padding: 10px 20px;
}

.vehicleArchiveItem h4 {
  font-size: 15px;
  line-height: 24px;
}



section.vehicleMenuFilter input {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  border-radius: 50%;
  height: 20px;
  width: 26px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  accent-color: #191919;
}
section.vehicleMenuFilter > div {
  width: 280px;
  display: flex;
  align-items: center;
}
.vehicleArchiveItem h6 {
  font-size: 15px;
  margin-bottom: 5px;
}

section.vehicleMenuFilter label {
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-left: 10px;
  font-weight: 700;
  font-size: 13px;
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 100%;
    display: none;
}

.dealerpage .header-widget-area.megaMenuPrimary {
    display: none;
}

.dealerpage .site-header .widget-area {
    display: block !important;
}

.vehicleArchiveItem a {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    width: unset !important;
    font-size: unset !important;
    color: #000 !important;
}

.vehicleArchiveItem a:hover {
    color: #000 !important;
}

/************ // Content // ************/


/* banner system */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: unset !important;
  border: 0px !important;
  background: transparent !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  height: unset !important;
  max-height: 900px;
}

h2.blogTitle {
    font-size: 20px;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 0 !important;
}

.blogSliderArrows i{
  position: absolute;
  fill: #6e6e6e;
}

.carousel-stage i {
  fill: #6e6e6e;
}

.blogSliderArrows svg{
  height: 100%;
  width: 100%;
}

.carousel-stage svg{
  height: 80px;
  width: 80px;
}

.bx-wrapper .bx-controls-direction a {
  width: 80px !important;
  height: 80px !important;
transition-duration: 0.3s;
}

.bx-wrapper .bx-prev {
  left: 100px !important;
}

.bx-wrapper .bx-next {
  right: 100px !important;
}

.blogSliderArrows:hover i, .carousel-stage a:hover i{
fill: #fff;
}

.banneroverlay {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.banneroverlay h4 {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 15px;
  text-decoration: none;
padding-bottom: 40px;
}

.blackFont{
color:#000; 
}
.whiteFont{
color:#fff; 
}

.banneroverlay h2 {
  letter-spacing: 7px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  line-height: 1.29;
  font-size: 45px;
padding-bottom: 60px;
}

.bx-wrapper {
  margin: 0 auto 0px !important;
}

/* home page */

.twoTileHolder {
  display: flex;
  align-items: center;
}

.tileItem {
  width: calc(100%/2);
  position: relative;
}

.tileContentOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.homeTileHolder h3 {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 20px;
  text-decoration: none;
  padding-bottom: 40px;
}

a.mazdaButton, .quform-popup-link {
  background: 0 0;
  background-color: #191919;
  color: #fff;
  display: inline-block;
  padding: 10px 42px;
  font-size: 13px;
  line-height: 20px;
  /* background: 0 0; */
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: color .2s,background-color .2s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
}

.tileItem {
  width: calc(100%/2);
  position: relative;
  text-align: center;
}
a.mazdaButton:hover, .quform-popup-link:hover {
    background-color: #910a2d;
    color: #fff !important;
}

.homeContent {
  margin: 40px auto;
  max-width: 1200px;
  text-align: center;
}

.homeContent h2 {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 30px;
  text-decoration: none;
  padding-bottom: 40px;
}

.reverseFlex {
  flex-direction: row-reverse;
}

.blogMainHolder .bx-wrapper {
  max-width: unset !important;
}

ul#blog_slider {
  margin: 0;
}

.blogHolderImage {
  width: 33vw;
  height: 25vw;
}

.blogHolderImage img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.tileItem img {
  display: block;
}
header.entry-header {
  display: none;
}
.blogHolderContent .mazdaButton {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
.tileItem img {
  display: block;
  margin: 0;
}

.sideMenu {
  position: fixed;
  right: 0;
  top: 50%;
  background: #000;
  transform: translateX(130px);
  z-index: 9999;
  transition: transform .4s cubic-bezier(.215,.61,.355,1);
}
.menuHolder {
  margin: 15px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.blogHolderContent {
  text-align: center;
  min-height: 230px;
  position: relative;
}
section.sideMenu:hover {
  transform: translateX(0px);
}

.menuHolder a {
  font-size: 16px;
  line-height: 28px;
  display: flex;
  z-index: 9999;
  /* flex-direction: row-reverse; */
  /* justify-content: flex-end; */
  width: 100%;
  min-width: auto;
  margin: 0;
  padding: 7px 30px 7px 14px;
  text-align: left;
  border-radius: 0;
  border: 0 solid;
  will-change: opacity;
  transition: opacity 1s cubic-bezier(.215,.61,.355,1);
  color: #999;
  text-decoration: none;
}
a.sideMenuItem:hover {
  color: #fff;
}

.menuHolder img {
  margin: 0 15px
0px 0px;
}

.fancybox-stage form {
    max-height: 500px;
    overflow-y: scroll;
}
/* Dealers page */
.dealerItem {
    max-width: 600px;
    display: flex;
    border: 1px solid #191919;
    margin: 0 AUTO;
}
.dealerContent {
    text-align: left;
    padding-left: 10px;
    width: 60%;
}
.dealerImage {
    width: 40%;
}

.dealerImage img {
    display: block;
}

.dealerContent span {
    font-size: 14px;
}

.dealerholder {
    margin: 20px 0;
}


.quform-label.quform-label-8_9 {
    text-align: left;
}

/* parts page */

.smallWidth {
    max-width: 800px;
    margin: 0 auto;
}

.textCenter {
    text-align: center;
}

.pageContent {
    padding: 20px 0;
}



/************ // WooCommerce // ************/
/* preowned */
.flex {
    display: flex;
    flex-wrap: wrap;
}
a.woof_show_auto_form.woof_btn_default {
display: none !important;
}
a.approvedusedButton {
    display: inline-block;
    width: 48%;
    border: 2px solid #191919;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    margin: 1%;
}

a.approvedusedButton:hover {
    background: #191919;
    color: #fff;
}

.approvedusedHolder {
    max-width: 1280px;
    margin: 0 auto;
}

.post-type-archive-product .content-sidebar-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
}
.post-type-archive-product .site-inner {
    padding-top: 0;
}
.post-type-archive-product  aside#genesis-sidebar-primary {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    background: #191919;
    padding: 20px 0;
    margin-bottom: 20px;
}

section#woof_widget-2 {
    max-width: 1280px;
    margin: 0 auto;
    background: #191919;
}
.singlePageBanener img {
    display: block;
}
.post-type-archive-product .content {
float: unset;
width: 100%;
max-width: 1280px;
}

.post-type-archive-product .site-inner {
background: #fff;
}

.woof_redraw_zone {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.woof_container, .woof_submit_search_form_container {
width: calc(100%/7);
padding: 0px 5px;
}

.woof_submit_search_form_container {
margin: 0px 0 0px 0!important;
display: block !important;
}

.woof_reset_search_form{
padding: 8px 50px!important;
background-color: #a31c20!important;
color: #fff !important;
}

.sidebar .widget {
    background-color: #191919;
    padding: 0;
}

.widget-woof .widget-title {
color: #7e7e7e;
line-height: unset;
padding-bottom: 15px;
border: none;
font-weight: 800;
}

.woof .result-selected {
display: none !important;
}

.woof .chosen-container .chosen-drop {
width: 100% !important;
}

a.chosen-single > span {
color: #000000 !important;
font-weight: 600 !important;
}
.post-type-archive-product .site-container {
background: #fff;
}

h1.woocommerce-products-header__title.page-title {
display: none;
}

.orderby {
padding: 5px;
color: #000000;
font-weight: 600;
}

.woocommerce ul.products li.product .price {
min-height: 60px;
padding: 0px 10px;
}
h2.woocommerce-loop-product__title {
    color: #000;
    font-weight: 400;
    font-size: 20px !important;
    min-height: 90px;
    line-height: 1.1;
    padding: .5em 10px !important;
}

.woocommerce-loop-product__title > span {
display: block;
font-weight: 400;
font-size: 15px;
margin-top: 10px;
}

.bold {
font-weight: 600;
}

span.woocommerce-Price-amount.amount {
color: #000;
font-size: 25px;
font-weight: 800;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    padding: 0px !important;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a{
  color: #000;
}
.specDisplay ul {
    display: flex;
    justify-content: space-evenly;
}
.specDisplay ul li{
  text-align: center;
  margin: auto;
}
.specDisplay ul li span{
  font-size: 13px;
  text-transform: capitalize;
}
.woocommerce .products ul::before{
  content: unset !important;
}
.specDisplay ul li .icon-container{
  width: 30px;
  margin: auto;
}
.specDisplay ul li .icon-container img{
  width: 100%;
  height: auto;
  margin-bottom: 0px !important;
  filter: invert(.8) saturate(1) hue-rotate(180deg);
}

/* 
.specDisplay {
color: #000;
min-height: 100px;
}

.specDisplay span.bold {
margin-right: 5px;
color: #a31c20;
}

.specDisplay p {
margin-bottom: 10px;
} */

.archiveSpecialHolder .bx-viewport {
height: unset!important;
}

.archiveSpecialHolder .bx-wrapper .bx-viewport {
box-shadow: 0 0 0px #ccc !important;;
border: 0px solid #fff;
background: transparent !important;;
}

.searchFilterHeading {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.archiveLogo {
max-width: 120px;
margin: 20px auto;
}

.gallery_1 {
    position: relative;
    overflow: hidden;
}
a.outstock_button {
    display: block;
    text-align: center;
    color: #fff;
    background: #191919;
    font-weight: 200;
    padding: 3px;
    text-transform: capitalize;
    color: #fff !important;
    margin: 0px 10px 10px;
    font-size: 18px !important;
    border-radius: 3px;
}
a.outstock_button:hover {
    background-color: #910a2d;
}
li.outofstock {
border: 1px solid #adadad;
padding: 7px !important;
}

.woocommerce .woocommerce-breadcrumb {
display: none;
}

.connected-carousels .stage {
width: 100%;
margin: 0 auto;
position: relative;
background: #fff;
}

.connected-carousels .carousel {
overflow: hidden;
position: relative;
}

.connected-carousels .carousel ul {
width: 20000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
.connected-carousels .carousel.carousel-navigation ul{
  width: 100%;
}
.connected-carousels .carousel li {
float: left;
}
.connected-carousels .carousel-navigation {
    width: 100%;
    float: right;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 5px 0px;
  height:700px;
}

.carousel.carousel-navigation ul {

}
.connected-carousels .carousel-navigation li {
cursor: pointer;
float: left;
width: 100%;
list-style-type: none;
/*! margin: 0 5px; */
width: 100% !important;
padding: 0px 5px;
}

.gallerHolder {
    max-width: 74%;
    margin: 20px 5px;
    float: left;
}

a.prev.prev-stage , a.next.next-stage{
position: absolute;
top: 50%;
transform: translateY(-50%);
}

a.prev.prev-stage {
left: 0;
}

a.next.next-stage {
right: 0;
}

a.prev.prev-stage span, a.next.next-stage span {
display: inline-block;
color: #fff;
font-size: 40px;
padding: 10px;
}

.chosen-container-single .chosen-single {
border: 1px solid #d5d0d0;
}
.savingsBanner {
  position: absolute;
  bottom: 60px;
  right: -70px;
  z-index: 9999;
  background: #191919;
  color: #fff;
  font-size: 33px;
  transform: rotate(-45deg);
  width: 310px;
  text-align: center;
}
.archive .savingsBanner {
  font-size: 16px;
  width: 200px;
  right: -53px;
  bottom: 35px;
}


.singlePageBanener {
    position: relative;
}


/* preowned Single view */
.single-product h2{
  font-size: 20px;
}
.single-product .header-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .header-container .price-container{
  margin-left: auto;
}
.single-product .header-container .price-container h2{
  font-size: 30px;
  font-weight: 800;
}


.single-product span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 30px;
    font-weight: 800;
}


.singleVehicleBackBanner {
margin: 0 auto;
max-width: 1280px;
}
.singleVehicleBackBanner a{
  color: #000;
}

.single-newsoffers h1, .single-product h1 {
max-width: 1300px;
margin: 10px auto 0;
padding-bottom: 5px;
font-weight: 800;
color: #000;
}

.single-product {
background: #fff;
}

.signlePriceHolder, .specialPriceHolder {
max-width: 1280px;
margin: 20px auto 5px;
}
.specialVehicleInfo, div.product, .single-product div.product {
max-width: 1280px;
margin: 0 auto;
}
div.product, .single-product div.product{
  max-width: 100%;
}
.specialsFormHolder, .singleContent div.product div.summary {
    margin-bottom: 0;
    width: 23%;
    float: right;
    margin: 20px 0;
    padding: 0 10px;
}
.darkGreyBackground {
background: #cecece;
}

.mobileForm {
display: none;
}

.singleTiltleHolder h1 {
color: #fff;
margin: 0;
padding: 10px;
background: #000000;
font-weight: 800;
line-height: 1.1;
text-transform: capitalize;
}

.header-name-container h2 {
    font-size: 30px;
}

.singleTiltleHolder h1 span {
font-weight: 200;
display: block;
font-size: 20px;
margin-top: 20px;
}

.singleTiltleHolder {
overflow: hidden;
padding: 15px;
}
.detailsHolder {
margin-top: 10px;
border: 1px solid #cecece;
display: flex;
flex-wrap: wrap;
height: 290px;
padding: 10px 20px;
}

.detailIcon img {
width: 70px;
transform: translateY(-50%);
position: relative;
top: 50%;
}

.detailIcon, .detailInfo {
position: relative;
}

.detailInfo span {
transform: translateY(-50%);
display: block;
position: relative;
top: 50%;
left: 15%;
color: #000 !important;
}

.detailInfoHolder {
width: 50%;
display: flex;
align-content: baseline;
}

.trackingButton {
margin-top: 10px;
margin-bottom: 10px;
}

.usedFinanceButton {
margin-top: 10px;
}

.usedFinanceButton a {
color: #fff;
text-decoration: none;
background: #000;
display: block;
text-align: center;
padding: 5px 10px;
font-size: 22px;
}

.usedFormHolder h2 {
    background: #191919;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
}

a.trackingNumber {
    width: 100%;
    text-align: center;
}
.mainInfoHolderUsed {
width: 100%;
float: left;
}

.usedFormHolder {
    width: 100%;
    float: right;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    border-radius: 3px;
    overflow: hidden;
}

.specsSectionItems p {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
}

span.specHeading {
    font-weight: 600;
}

.specSectionItemHolder {
    justify-content: space-evenly;
    max-width: 1280px;
    margin: auto;
    width: 100%;
}
.formHolder {
background: #fff;
padding: 33px 20px;
}

.financeHolder{
    background: #fff;
    width: 50%;
    float: left;
    padding: 1%;
}

.calc {
    border-radius: 3px;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    overflow: hidden;
}


.quform-element-submit button {
width: 100%;
text-transform: capitalize;
font-weight: 200;
font-size: 20px;
padding: 3px;
}

.bottomGallery {
overflow: hidden;
width: 100%;
background: #fff;
text-align: right;
padding: 5px;
}

.quform-edit-form {
display: none;
}

.redFont {
color: #a31c20;
}

.redBorder {
border-bottom: 5px solid #a31c20;
margin-bottom: 0;
}

.detailsHolder {
margin-top: 10px;
}

.detailsInfo {
background: #fff;
padding: 10px 25px;
}
a.trackingNumber {
    font-size: 16px;
}
.flexHalf {
display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: none;
}
.installmentDisplay {
display: block;
margin: 0;
color: #a31c20;
font-weight: 600;
font-size: 20px;
border: 3px solid;
text-transform: uppercase;
}

.calc > p, .calc > div {
    padding: 5px 12px;
    margin: 0;
}

.calc input, .calc select {
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #191919;
}

.calc label {
    font-size: 18px;
}

.calc-holder p {
    margin: 0;
}

.calc input, .calc select {
    padding: 5px;
}

.financeReset span {
display: block;
text-align: center;
background: #a31c20;
margin: 10px 0;
padding: 5px;
color: #fff;
cursor: pointer;
}
.discriptionSection {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    overflow: hidden;
}
.discriptionSection h2, .financeHolder h2, .infoSection h2, .SpecialsSpecsSection  h2 {
    background: #191919;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.UsedPageDiscription {
    float: left;
    margin-bottom: 30px;
    background: #fff;
    width: 50%;
    /* float: left; */
    padding: 0 1%;
}
.specsSection {
    background: #fff;
    /* float: left; */
    border-radius: 5px;
    width: 98%;
    margin: 1%;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    overflow: hidden;
}
.specsSection h2 {
    width: 100%;
    background: #191919;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
}
.specsHalf {
width: 50%;
padding-left: 20px;
margin: 15px 0;
}
.specsSection .specsHalf{
float: left;
}
.specsHalf p {
margin: 3px 10px;
font-size: 13px;
display: flex;
border: 1px solid #f1f1f1;
}
.commentsInfo, .discriptionSection p, .discriptionSection h4 {
background: #fff;
padding: 5px 12px;
margin: 0;
}
.product_meta {
  display: none;
}
.single-product aside#genesis-sidebar-primary {
  display: none;
}
.wasPrice {
  color: #000;
  font-weight: 600;
  text-decoration: line-through;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
span.nowPrice {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
.archive span.nowPrice {
    font-size: 20px;
    color: #000;
}

/* Special Offers */

.specialVehicleInfo .gallerHolder {
    max-width: 60%;
}

.specialsFormHolder {
    width: 39%;

}

.infoSection {
    width: 100%;
    float: left;
}

.specialSingleHolder .usedFormHolder {
    width: 39%;
}

.SpecialsMainNavCarouselHolder .connected-carousels .carousel-navigation {
    width: 100%;
     float: unset; 
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 5px 0px;
     height: unset; 
}

.specialSingleHolder .mainInfoHolderUsed {
    width: 60%;
    float: left;
}
.specialSingleHolder .UsedPageDiscription {
    width: 100%;
}

.SpecialsSpecsSection {
    width: 100%;
    float: left;
}

.SpecialsSpecsSection h2 {
    width: 100%;
}

.SpecialsSpecsSection 
 .specHeading {
    width: 50%;
}

.sticky-content-container {
    position: sticky;
    width: 100%;
    display: none;
    background-color: #cecece;
    border-bottom: 3px solid #fff;
    left: 0;
    right: 0;
    bottom: 0;
}

.sticky-content-container ul {
    margin: 0;
    display: flex;
    justify-content: center;
}

.sticky-content-container ul li {
    list-style: none;
    margin: 10px;
    background-color: #a31c20;
    padding: 10px;
    width: 150px;
}

.sticky-content-container ul li a {
    color: #fff;
    text-align: center;
    text-decoration: unset;
    width: 100%;
}

.sticky-content-container ul li a span {
    width: 100%;
    display: block;
}

.specialsReturnHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.specialeVehicleHolder {
    width: 250px;
    margin: 1%;
}

/*/NEw cars /*/

.subMenuItemHolder {
    max-width: 1280px;
    margin: auto;
    padding: 10px;
}

.subMenuItemHolder a {
    color: #191919;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 14px;
    text-decoration: none;
}

.newVehicleBannerContent {
    position: absolute;
    top: 60px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.newVehicleSubMenu {
    position: sticky;
    top: 123px;
    z-index: 999;
    background: #eee;
}

.topCalltoAction {
    justify-content: center;
    align-content: space-between;
    margin: 25px;
}

.topCalltoAction a, .topCalltoAction span {
    max-width: 280px;
    font-size: 14px;
    margin: 0 15px;
}

.subMenuItemHolder a:hover {
    color: #000;
}

.galleryHolder {
    display: flex;
    cursor: pointer;
}

.mainGalleryImage {
    width: 50%;
}

.smallGalleryImages {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.smallGalleryImages img {
    width: 50% !important;
}

.numberOverlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    text-align: center;
    color: #fff;
    height: 50%;
    background: #000000c2;
}

.single-newmodel .mainGalleryImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.single-newmodel .vehicleColourSection {
    max-width: 500px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column-reverse;
}
.single-newmodel .colourNavCarouselHolder,.single-newmodel .colourCarouselHolder {
    max-width: 500px;
    margin: 0 auto;
}

.single-newmodel .connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-newmodel .colourCarouselHolder li {
    max-width: 500px;
}
.single-newmodel .colourNavCarouselHolder ul {
    left: 0 !important;
}

.single-newmodel .connected-carousels .carousel-navigation ul {
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: center;
}

.single-newmodel .connected-carousels .stage {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.single-newmodel .colourCarouselHolder li {
    list-style-type: none !important;
}

.single-newmodel .connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.single-newmodel .connected-carousels .carousel li {
    float: left;
}
.single-newmodel .carousel.carousel-navigation ul {
    top: 0 !important;
}

.single-newmodel .colourNavCarouselHolder li {
    width: 50px !important;
    display: block;
}

.single-newmodel .vehicleColourSection .carousel-navigation {
    width: 100%;
    float: right;
    background: #fff;
    border: 0px;
    height: unset;

}

.single-newmodel .vehicleColourSection .carousel-navigation li {
    cursor: pointer;
    float: left;
    list-style-type: none;
    width: 50px !important;
    padding: 0px 5px;
}

.single-newmodel .colourNavCarouselHolder {
    min-height: 50px;
}

.single-newmodel .colourCarouselHolder .carousel {
    min-width: 500px;
}

.fullimage {
    position: relative;
}

.single-newmodel .fullOverlayContent {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 100px;
}
.halfimage {
    display: flex;
}

.halfimage {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.halfContent {
    padding: 100px;
}

.halfimage img, .fullimage img {
    display: block;
}

div#enquireForm {
    margin-top: 50px;
}

.single-newmodel .mainGalleryHolder {
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single-newmodel .galleryPopupHolder {
    position: fixed;
    background: #000000e0 0% 0% no-repeat padding-box;
    /* opacity: 0.83; */
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 99999;
    opacity: 0;
}

.single-newmodel .galleryClose {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.single-newmodel .mainNavCarouselHolder li {
    margin: 0 5px;
}

.single-newmodel .galleryPopupHolder .stage {
    background: transparent;
}

.single-newmodel .mainCarouselHolder a.prev.prev-stage svg, .single-newmodel .mainCarouselHolder a.next.next-stage svg {
    width: 100%;
    height: 100%;
}

.single-newmodel .mainCarouselHolder a.prev.prev-stage i, .single-newmodel .mainCarouselHolder a.next.next-stage i {
    fill: #fff;
}

.single-newmodel .mainCarouselHolder  a.prev.prev-stage, .single-newmodel .mainCarouselHolder  a.next.next-stage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px !important;
    height: 80px !important;
}

.numberOverlay span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    left: 50%;
}

.galleryPopupHolder .stage {
    max-width: unset;
}

/* Compare page */
.vehicleDetailsHolder {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    background: #e7e7e7;
    text-align: center;
}

.vehicleDetailsHolder > div {
    width: 50%;
    padding: 60px;
    border: 2px solid #e0dddd;
}

.modelChangeFormHolder {
    display: none;
}

.vehiclePrice h2 {
    margin-bottom: 25px;
}

.spectableHolder {
    width: 1280px;
    margin: 20px auto;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button {
    text-transform: capitalize;
    font-size: 20px !important;
    color: #fff !important;
    background-color: #000 !important;
}

.accordion-button:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}

td {
    font-family: 'Mazda_Type_Medium';
}

td.specTableHeading {
    width: 26%;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 40px !important;
}

td.specTableValue {
    width: 37%;
    font-size: 15px;
    padding: 5px 20px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

.compareFormHolder  select{
    font-size: 15px;
    font-weight: 400;
    padding: 5px;
    max-width: 250px;
    display: block;
    margin: 10px auto !important;
    border-radius: 3px;
    font-family: 'Mazda_Type_Medium';
}

h2.spectableHolderHeading {
    color: #fff;
    text-align: center;
    background: #000;
    padding: 10px;
}

.spectableHolderMain {
    padding: 20px;
}
.spectableHolderMain {
    padding: 20px;
    box-shadow: 5px 7px 10px #ccc;
}
/************ // Footer // ************/
.widget-area i {
  float: left;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  fill: #6e6e6e;
  transition: all .3s;
}
div#genesis-footer-widgets .wrap {
  display: flex;
  justify-content: space-between;
}

.footer-widgets-3 {
  float: unset;
}
.footer-widgets-1, .footer-widgets-2 {
  float: unset;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  width: unset;
}
.footer-widgets-1 {
  margin-right: 0;
}
.footer-widget-area {
  width: calc(100%/4);
  padding: 0 10px;
}

.footer-widgets {
  background-color: #191919;
  font-size: 18px;
  font-size: 1.8rem;
  clear: both;
  padding: 60px 0;
}

.widget-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #6e6e6e;
  line-height: 0px;
  padding-bottom: 20px;
  margin: 0;
}

.footerlist a {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #d5d5d5;
  transition-duration: 0.3s;
  letter-spacing: 2px;
}

.footerlist li {
  color: #d5d5d5;
  margin: 30px 0;
  padding: 0 !important;
}

.footerlist a:hover {
  color: #fff;
}

.site-footer {
  background-color: #191919;
  border-top: 0px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 20px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Mazda_Type_Medium';
}
.widget-area a:hover i {
  fill: #fff;
}




/************ // Responsive // ************/

@media screen and (max-width: 1200px) { /* Laptop */

}

@media screen and (max-width: 1024px) { /* Older Desktop */

}

@media screen and (max-width: 768px) { /* iPad */

}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */
  .savingsBanner {
    position: absolute;
    bottom: 38px;
    right: -50px;
    z-index: 9999;
    background: #a31c20;
    color: #fff;
    font-size: 20px;
    transform: rotate(-45deg);
    width: 245px;
    text-align: center;
    border: 2px solid;
}
}

@media screen and (max-width: 320px) { /* iPhone 4,5, Portrait Display */

}