/************ // General HTML Tags // ************/
@font-face {
    font-family: montserrat;
    src: url(/wp-content/uploads/site/fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: montserratItallic;
    src: url(/wp-content/uploads/site/fonts/Montserrat-Italic-VariableFont_wght.ttf);
}

*{
    outline: none !important;
}

/************ // Site Structure // ************/
header.entry-header {
    display: none;
}
.site-inner, .wrap {
    margin: 0 auto;
    max-width: 100%;
}

.entry {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
}
.site-inner {
    clear: both;
    padding-top: 0;
    word-wrap: break-word;
}
.site-inner{
    min-height: 100%;
}
h1,h2,h3,h4,h5,h6,strong,p,a,label,input,textarea,select,option,span{
    font-family: montserrat;
}

em{
    font-family: montserratItallic;
}

p, a, li,label,input,textarea,select,option {
    font-size: 16px;
	font-family: montserrat;
}

a {
    text-decoration: none;
}

*{
    --morgan-black : #221e1f;
    --grey-background :#d6d6d6;
    --red-morgan:#ee2225;
}

/************ // Header // ************/

.flexLogoInfoHolder {
    background-color: var(--morgan-black);
    color: #fff;
}

.flexLogoInfo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.iconNumber {
    gap: 10px;
}

.phoneNumberHolder a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.infoHolderHeader, .numberholdersMain, .iconNumber, .flexLocationText {
    display: flex;
}

.numberholdersMain {
    gap: 30px;
}

.locationInfo p {
    margin: 0;
    font-size: 12px;
}

.infoHolderHeader {
    gap: 50px;
    align-items: center;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--red-morgan) !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}

.site-header {
    background-color: #000;
}

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

/************ // Menu // ************/


/************ // Content // ************/
/* Home */
.logoSliderHolderMobie {
    display: none;
}

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

.bx-wrapper .bx-controls-direction a {
    background-color: #000000bf;
    border-radius: 50px;
    border: 1px solid #fff;
}

.header-image .site-description, .header-image .site-title {
    max-width: 450px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    font-size: 14px;
}

p.alignCenter {
    text-align: center;
}
.signlePriceHolder p {
    font-weight: 500;
	font-size: 20px;
}

.blackBackgroundHome {
    background-color: var(--morgan-black);
}

.single-post header.entry-header {
    margin-top: 24px;
    display: block;
    text-align: center;
    padding-bottom: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.entry-header .entry-meta {
    display: none;
}

.semiWhiteBackground {
    background-color: #ffffffc4;
}

span.darkBlueBold a {
    color: #0e1654;
    font-weight: 700;
}

.logoHolderDesktop.fleetPage, .logoSliderHolderMobie.fleetPage {
    margin: 50px 0;
}
.fleetPage .pageHeading {
    margin: 10px 9%;
}

.site-header .widget-area {
    float: unset;
    text-align: right;
    width: unset;
    margin-left: 50px;
    border-bottom: 5px solid #ffff02;
}

.header-image .title-area {
    margin: unset;
    max-width: 300px;
    padding: 0;
}

.site-header > .wrap {
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    margin-left: 30px;
}

.WelcomeSection {
    color: #fff;
    position: relative;
    padding: 60px;
    text-align: left;
    z-index: 1;
}

p.welcomeText {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

span.yellowName {
    color: #ffff02;
}

.floatingVehicle {
    position: absolute;
    bottom: -100%;
    right: 15%;
}

.floatingVehicle img {
    width: 1000px;
}

.logosLower img {
    margin: 0 auto;
    display: block;
}

.WelcomeSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/09/EAE-Motors-Home-page-second-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    z-index: -1;
}

.lastHome {
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    text-align: right;
}

.lastHome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/09/EAE-Motors-Home-page-Dream-fullfilled.webp);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    z-index: -1;
}

.greyBackgroundHome{
    background-color: var(--grey-background);
    text-align: center;
    padding: 20px;
}
.greyBackgroundHome h2{
    font-weight: 800;
}

.flexHome {
    display: flex;
}
.imgLeft , .imgRight{
    font-size: 0;
}

.imgLeft, .textRight, .imgRight, .textLeft {
    width: 50%;
}

.textHolderHome {
    padding: 150px 0 0 50px;
    max-width: 750px;
}

.textHolderSecondary {
    max-width: 750px;
    padding: 150px 0 0 150px;
}

.redButton a {
    background-color: var(--red-morgan);
    padding: 10px 0px;
    display: block;
    color: #fff;
    max-width: 220px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}


.midButtons {
    padding-top: 320px;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}


a.mid-button {
    width: 300px;
    border: 1px solid;
    display: block;
    color: #333;
    padding: 12px 10px;
    text-align: center;
}

a.mid-button:hover {
    background-color: #ffff02;
    color: #000;
    transition: 0.3s;
    font-weight: 700;
    border: 1px solid #ffff02;
}

.greyBackgroundNew {
    background-color: var(--grey-background);
}

.textOverlay {
    max-width: 1140px;
    margin: auto;
    padding: 20px 40px;
}
.textOverlay p {
    margin: 0;
}
.fleetPage {
    color: #000;
}
.textAlignCenter {
    text-align: center;
}
.greyBackground {
    background: #dddddd;
}
.greyFormHolder {
    padding: 40px;
}
.dealershipContactButton span, .dealershipContactButton a {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    background: #0e1654;
    color: #fff;
    min-width: 150px;
}
.dealershipContactButton a {
    font-size: 2rem;
    text-decoration: none;
}
.pageHeading {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    display: inline-grid;
    margin-top: 10px;
}
.smallUnderlign::after {
    content: " ";
    background: #0e1654;
    width: 80px;
    padding: 2px;
}

span.lightBlueBold {
    color: #3c9be9;
    font-weight: 800;
}

.limitWidth {
    max-width: 1200px;
    margin: auto;
}

.mapContactHolder {
    padding: 20px;
}


h2.pageHeadingnew.darkBlue {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #212b7a;
}

.boxHolder {
    flex: 0 0 33%;
    padding: 2%;
}

.imageHolder {
    padding-bottom: 0px;
    font-size: 0;
}

.textHolder p {
    padding: 26px;
    color: #000;
    text-align: center;
}

.titleHolder {
    background: #0e1653;
    text-align: center;
    color: #fff;
    padding: 10px 0 1px;
}

.titleHolder h4 {
    font-size: 26px;
}

.textHolder {
    background: #fff;
    min-height: 185px;
}

.boxHolder {
    padding: 2%;
    width: calc(100%/3);
}
.flexHomeHolder {
    display: flex;
}

.lightBlueBackground {
    background: #edf4f9;
    padding: 2%;
}

.invert {
    flex-flow: row-reverse;
}

.upperCase {
    text-transform: uppercase;
}
.tileHeading h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 0 auto;
    max-width: 330px;
}

.header-image .site-title > a {
    min-height: 120px;
}

.genesis-nav-menu a {
    padding: 12px 20px;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    text-decoration: none!important;
    color: #fff;
}

.genesis-nav-menu a:hover {
    text-decoration: none;
}

.darkBlueButton a {
    display: block;
    text-align: center;
    max-width: 180px;
    background-color: #ee2225;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0px;
    margin: 0 auto;
    font-weight: 700;
    border: 4px solid transparent;
    background-image: linear-gradient(to top, #ee2225 50%, #ee2225 50%);
    background-size: 100% 200%;
    background-position: bottom;
    transition: background-position 0.4s ease;
}

.darkBlueButton a:hover {
    background-position: top;
    border: 4px solid #ee2225;
}


img.footerDealerLogo {
    max-width: 350px;
}

h2.dreamsName {
    font-size: 95px;
    font-weight: 800;
    font-style: italic;
    margin-right: 350px;
    color: #fff;
}

h2.fulfilledName {
    font-size: 95px;
    font-weight: 800;
    font-style: italic;
    margin-right: 200px;
    color: #fff;
}

.lowerButtons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lowerButtons a.mid-button {
    width: 300px;
    border: 1px solid;
    display: block;
    color: #ffffff;
    padding: 12px 10px;
    text-align: center;
    background-color: #00000078;
    float: right;
    margin-right: 310px;
}

h2.brandsHeading {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    margin: 0;
    font-weight: 400;
}

.logosLower {
    width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/************ // Share button // ************/

.sharepopoutholder {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0000007a;
    right: 0;
    display: none;
    z-index: 100;
  }
  .essb_morepopup {
    z-index: 99999 !important;
  }
  
  .sharepopout {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .display {
    display: block !important;
  }
  
  span.closeShare {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 19px;
    cursor: pointer;
    padding: 5px;
    z-index: 9999;
  }

  .sharepopout .essb_links_list {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sharepopout .essb_links_list .essb_item {
    margin: 10px 0 !important;
}
.trackingButton.shareButton {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: 700;
    cursor: pointer;
}

/************ // Home slider // ************/
.logo-slider-container-main {
    background-image: url(https://sandbox7.rokkitdev.co.za/wp-content/uploads/2025/09/EAE-Motors-Home-page-Used-Car-image-Background.webp); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.logo-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 20px;
}

.logo-row {
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
}

.logo-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.page-id-2427 option {
    color: #000;
}
.top-row .logo-track {
    animation: slideRightToLeft 28s linear infinite;
}

.bottom-row .logo-track {
    animation: slideLeftToRight 32s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    width: 240px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 75%);
    padding: 5px;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.05);
}

.logo-item:hover {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(255,255,255,0.1);
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(1.2) contrast(1.15);
    transition: filter 0.3s ease;
}

.logo-item:hover img {
    filter: brightness(1.35) contrast(1.25) drop-shadow(0 0 6px rgba(255,255,255,0.6));
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 85%);
    border: none;
    color: white;
    width: 10px;
    height: 337px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    z-index: 10;
    padding: 12px;
    display: none;
}

.slider-nav:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-50%) scale(1.1);
}

.prev-btn { left: 20px; }
.next-btn { right: 20px; }

@keyframes slideRightToLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes slideLeftToRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Pause animation on hover */
.logo-slider-container:hover .logo-track {
    animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .logo-item { width: 130px; height: 70px; }
}
@media (max-width: 768px) {
    .logo-item { width: 110px; height: 60px; }
    .slider-nav { width: 45px; height: 45px; font-size: 18px; }
}
@media (max-width: 480px) {
    .logo-item {
        width: 134px;
        height: 130px;
    }
    .logo-slider-container { padding: 15px 0; border-radius: 10px; }
}


/* preowned */

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

.installmentDisplay {
    display: block;
    margin: 0;
    color: #0e1654;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid;
    text-transform: uppercase;
}
    
.calc > p, .calc > div {
    padding: 5px 12px;
    margin: 0;
	
}

.financeHolderCalc {
    width: 60%;
    float: left;
    padding-top: 0;
}

.calc input, .calc select {
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    background-color: #000 !important;
    color: #a9a9a9;
    border: 0;
    border-bottom: 1px solid;
}

input#amount {
    width: 17%;
    background: #000000;
    color: #d1d1d1;
    font-weight: 600;
    border-bottom: 1px solid;
}

input::placeholder {
    color: #a9a9a9; /* Change color */
    opacity: 1;
}

select option[disabled]:first-child {
    color: #ffffff; /* Change color */
    opacity: 1;
}
    
.calc label {
    display: none;
}

.calc-holder {
    display: flex;
    justify-content: space-between;
    width: 89%;
}

span.blueR {
    font-weight: 700;
    color: #ffffff;
}

.pricesHolder p {
    font-size: 13px;
    color: #fff;
    width: 160px;
}


.pricesHolder {
    display: flex;
    justify-content: space-between;
    width: 60%;
}
    
.calc-holder p {
    margin: 0;
}

.calc h2 {
    padding: 11px 0px 0px 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

span.stocknumber {
    color: #979797;
}

.financeHolderCalcInner {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}

.financeReset span {
    display: block;
    text-align: center;
    background: #000;
    margin: 10px 0;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

a.woof_show_auto_form.woof_btn_default {
    display: none !important;
}

.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 aside#genesis-sidebar-primary {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
}

.widget.widget-woof h3 {
    text-align: center;
    font-size: 22px;
}


section#woof_widget-2 {
    background-color: #d6d6d600;
}

section#custom_html-7 {
    margin-bottom: 0;
}

.post-type-archive-product .content .widget-wrap {
    background: #edf4fa;
}

.post-type-archive-product .content {
    float: unset;
    width: 100%;
    max-width: 1300px;
}

.post-type-archive-product .widget.widget-woof {
    max-width: 1300px;
    margin: 0 auto;
    background-color: transparent;
}


p.usedTitle {
    font-size: 33px;
    text-transform: uppercase;
}

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

.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: #ee2225!important;
    color: #fff !important;
}

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

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

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

a.chosen-single > span {
    color: #fff !important;
}

.chosen-container-single .chosen-single {
    background-color: #444444;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    user-select: none;
}

.chosen-container-single .chosen-single {
    height: 46px !important;
}

.chosen-container .chosen-drop {
    border: 0px solid #aaa;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 40px;
    height: 45px;
    background: url(/wp-content/uploads/2025/10/Arrow.webp) no-repeat 0 0px !important;
    background-position: 0px 0px !important;
    background-size: contain !important;
}

.chosen-container-single .chosen-single div {
    top: 2px;
    right: 17px;
}

button.button.woof_submit_search_form {
    width: 100%;
    height: 47px;
    font-family: 'montserrat';
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
    background-color: #fef200;
}

button.button.woof_reset_search_form {
    text-transform: uppercase;
    width: 100%;
    height: 47px;
    font-family: 'montserrat';
    text-transform: uppercase;
    border-radius: 0;
}

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

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

.orderby {
    display: none;
}

.woocommerce ul.products li.product .price {
    min-height: 60px;
    margin-bottom: .0em;
}

h2.woocommerce-loop-product__title {
    color: #ffffff;
    font-size: 16px!important;
    min-height: 80px;
    font-weight: 400;
    text-align: left;
    padding: 20px 20px 0px !important;
}

a.outstock_button {
    width: 90%;
    display: block;
    padding: 20px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #616161;
}

li.entry.product.type-product {
    background-color: #000;
}

span.lightBlueText {
    font-weight: 700;
    color: #3b82d3;
}


.lightBlueBackground.used-cars p {
    margin: 0 0 11px;
    text-align: center;
}


.chosen-container-single .chosen-single span {
    text-transform: uppercase;
    line-height: 40px;
}

p.woocommerce-result-count {
    display: none;
}

.bold {
    font-weight: 600;
}

.post-type-archive-product span.woocommerce-Price-amount.amount {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    width: 90%;
    padding: 0;
    border-bottom: 1px solid #616161;
    margin: 0 auto;
}

.single-product span.woocommerce-Price-amount.amount {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
}

.specDisplay {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 9px;
}


.whiteDivide {
    border: 1px solid #ffffff69;
    height: 68px;
}

.flexxSpec p {
    margin: 0;
}

div#genesis-footer-widgets a:hover {
    color: #fff;
}

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

.specDisplay p {
    margin-bottom: 10px;
    font-size: 13px;
}

.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;
}

div#genesis-footer-widgets h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 15px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fef200;
    color: #000000;
}

.woocommerce nav.woocommerce-pagination ul {
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 1px;
    gap: 32px;
}

span.page-numbers.dots {
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
    border-radius: 50px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 2em;
}

a.page-numbers {
    color: #ffffff;
}

ul.footerList.boldLinks a {
    display: inline-flex;
}


li.outofstock {
    padding: 0px !important;
    box-shadow: 1px -1px 10px 1px #ffffff75;
    border: 1px solid #fff;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}
/* .mainCarouselHolder.gallery_1 {
    max-width: 100%;
} */

.connected-carousels .stage {
    position: relative;
    width: 950px;
}

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

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

.connected-carousels .carousel li {
    float: left;
    margin-left: -5px;
}

.connected-carousels .carousel-navigation {
    width: 100%;
    float: right;
    padding-top: 8px;
    height: 726px;
}

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

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

.gallerHolder {
    margin: 0px 0px;
    float: left;
}

.specialVehicleInfo .gallerHolder {
    max-width: 60%;
    margin: 0px 0px;
    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;
    background: #0009;
    color: #fff;
    font-size: 40px;
    padding: 3px;
}

.newFormHoldermain {
    padding: 20px;
    margin-top: -85px;
}


section#woof_widget-2 h3.widgettitle.widget-title {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
}

h3.contactFormTitle {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}
.quform-15 .quform-label>label {
    color: #fff;
    font-size: 22px !important;
    text-transform: capitalize !important;
}

.icon {
    font-size: 16px;
    color: #fdf200;
}

/************ // Whatsapp // ************/
/* 
.whatsappButton, .whatsappButton span {
    background: #25D366 !important;
    border: none !important;
    text-align: center;
    color: #fff;
}

.whatsappButton span {
    margin-top: 0;
}

.whatsAppDisplay {
    display: none;
    overflow: hidden;
    margin: 10px 0;
    border: 2px solid #25D366;
    border-radius: 3px;
    background-color: #fff;
}

.displayWhatsapp {
    display: block !important;
}


.whatsAppCopy i {
    color: #25D366;
}

.whatsAppQRcode {
    min-width: 100px;
    width: 29%;
    float: left;
}

.whatsAppQRcode img {
    display: block;
}

.whatsAppCopy {
    padding: 5px 0;
}

.whatsappButton a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 0;
}

a.WhatsappLink {
    font-weight: 600;
    text-decoration: underline;
} */

/************ // WooCommerce // ************/

button.button.woof_reset_search_form {
    text-transform: uppercase;
}
.singleVehicleBackBanner {
    margin: 0 auto;
    display: none;
    max-width: 1300px;
}

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

.single-product {
    background: #444444;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

.signlePriceHolder, .specialPriceHolder {
    max-width: 1300px;
    margin: 20px auto 5px;
}
.specialPriceholder, .signlePriceHolder {
    padding: 0px 10px;
    margin: 5px 0px 5px;
}
.signlePriceHolder ul, .specialPriceHolder ul{
    margin-left: 20px;
    margin-bottom: 0px;
}
.signlePriceHolder ul li, .specialPriceHolder ul li{
    font-size: 18px;
}

.specialVehicleInfo,  div.product, .single-product div.product {
    max-width: 1300px;
    margin: 0 auto;
}
.SpecialsSpecsSection {
    text-align: left;
    width: 100%;
    /* float: right; */
    margin: 0px 0;
    background: #fff;
    align-content: baseline;
    border: 1px solid #cecece;
}
.detailsInfo p {
    width: 50%;
}
.infoSection {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    float: left;
    border: 1px solid #cecece;
}

.pageImage {
    font-size: 0;
}

.infoSection h2 {
    background: #cecece;
}

.SpecialsSpecsSection h2 {
    width: 100%;
    background: #e6e6e6;
}

.specialsFormHolder, .singleContent div.product div.summary {
    margin-bottom: 0;
    width: 38%;
    float: right;
}
.woocommerce div.product .product_title {
    display: none;
}

.woocommerce-product-details__short-description .trackingButton {
    margin-top: 0;
    margin-bottom: 10px;
}

.discriptionSection {
    padding: 1%;
    display: block;
    width: 62%;
    float: left;
}

.discriptionSection h2 {
    padding: 5px 0px;
    font-weight: 400;
    color: #fff;
}

.trackingButton.usedButton a {
    display: block;
    text-align: center;
    color: #fff;
    background: #000000;
    padding: 13px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid;
}

.single-product .entry{
    background-color: transparent;
}

.financeHolder, .formHolder {
    margin-bottom: 15px;
}

.quform-element-submit button {
    width: 100%;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
}

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

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

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

.detailsHolder {
    margin-top: 10px;
}

.detailsInfo {
    background: #fff;
    padding: 10px 25px;
}

.flexHalf {
    display: flex;
}

.installmentDisplay {
    display: block;
    margin: 0;
    color: #212b7a;
    font-weight: 600;
    font-size: 20px;
    border: 3px solid;
    text-transform: uppercase;
}

.financeReset span {
    display: block;
    text-align: center;
    background: #212b7a;
    margin: 10px 0;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}
.siteLoader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: white;
    z-index: 9999;
    display: none;
}

.siteLoader img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100px;
}
.woocommerce .siteLoader {
    display: block;
}

.calc p {
    margin: 5px 0;
    padding-bottom: 13px;
}

.wrap {
    flex-wrap: wrap;
}

.flexHalf p {
    width: 50%;
}

.detailsInfo p {
    margin-bottom: 0px;
}

.detailsInfo {
    background: #fff;
    padding: 15px 25px;
}

#quform_2_8_93ad8b {
    height: 193px;
}

p.stock.out-of-stock {
    display: none;
}

.product_meta {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.commentsInfo, .discriptionSection p, .discriptionSection h4 {
    color: #fff;
}

.financeHolderMain {
    width: 38%;
    float: right;
}
.specialPriceHolder p {
    color: #0e1654;
    font-weight: 600;
    font-size: 20px;
}

.rightHolder {
    float: right !important;
    width: 38%;
    margin-top: 0 !important;
}

.UsedPageDiscription {
    float: right;
    width: 38%;
}

div#spin-div {
    max-width: unset !important;
}

.financeHolder h2 {
    background: #e6e6e6;
}

._360_display {
    width: 60%;
    float: left;
}

p#errorText {
    margin: 0;
}

.singleContent input, .singleContent select, .singleContent textarea {
    background-color: #ffffff;
}

.flex {
    display: flex;
}
.specsSection {
    float: left;
}

.specsSection h2, .usedFormHolder h2 {
    width: 100%;
    padding: 20px 0px 0px 20px;
    color: #ffffff;
    font-weight: 400;
}

.specsHalf {
    width: 50%;
    padding-left: 20px;
}

.specsHalf p {
    margin: 3px 0px;
    font-size: 13px;
    display: flex;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.leftBorder {
    padding-left: 20px;
    border-left: 2px solid #3a82d4;
}
.signlePriceHolder p {
    margin: 0;
}
.single-product aside#genesis-sidebar-primary {
    display: none;
}

.mainCarouselHolder {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.savingsBanner {
    position: absolute;
    bottom: 60px;
    right: -70px;
    z-index: 9999;
    background: #0e1653;
    color: #fff;
    font-size: 33px;
    transform: rotate(-45deg);
    width: 310px;
    text-align: center;
}

.woocommerce img, .woocommerce-page img {
    display: block;
}

span.wasPrice, .nowPrice {
    display: block;
}

.wasPrice {
    color: #3a82d4;
    font-weight: 600;
    text-decoration: line-through;
    text-transform: uppercase;
}

span.nowPrice {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}
.bottomGallery img {
    float: right;
}

.archive .savingsBanner {
    font-size: 16px;
    width: 200px;
    right: -53px;
    bottom: 35px;
}

.archive span.nowPrice {
    font-size: 20px;
    color: #0e1653;
}

.archive span.wasPrice {
    color: #0e1653;
}

p.installmentOutput {
    color: #3a82d4;
    font-weight: 600;
    border: 4px solid;
    padding: 5px;
}


/* new used single view page */ 
.darkGreyBackground {
    background: #cecece;
}

.mobileForm {
    display: none;
}

.singleTiltleHolder h1 {
    color: #fff;
    margin: 0;
    padding: 10px;
    font-weight: 400;
}

span.buttonContentWhats img {
    width: 30px;
}

span.buttonContentWhats {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #000;
    padding: 13px;
    border: 1px solid #fff;
}

.trackingButton.whatsappButton a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

span.smallName {
    font-size: 16px;
}

a.smallNameBack {
    color: #000;
    text-decoration: underline;
}

.singleTiltleHolder {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    max-width: 1300px;
    width: 100%;
    left: 0;
    align-items: center;
    right: 0;
    background: linear-gradient(
180deg, black, transparent);
}

span.VatText {
    float: right;
    font-size: 13px;
    margin-top: -10px;
    color: #3884d6;
}

.detailsHolder {
    /* border: 1px solid #cecece; */
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0;
    height: 290px;
    width: 100%;
    justify-content: space-around;
    margin-right: 4%;
}

.single-product .detailsHolder{
    height: unset !important;

}

.specialsFormHolder .detailsHolder {
    width: 100%;
}

.subimage {
    display: flex;
    width: 60%;
    padding: 10px 0px;
    justify-content: space-evenly;
}

.subimage .trackingButton.usedButton {
    width: 38%;
}

._360_display .detailsHolder {
    width: 100%;
}

.detailIcon img {
    width: 43px;
    transform: translateY(-20%);
}

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

.detailIcon, .detailInfo {
    position: relative;
}

.quform-form-2 .quform-spacer {
    padding: 0 0 5px 0 !important; 
}

.quform-field-2_8{
    height: 120px !important;
}

.detailInfo span {
    transform: translateY(-30%);
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

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

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

.trackingButton {
    margin-top: 10px;
    float: right;
    width: 100%;
    display: block;
}

.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 {
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

.quform-2 .quform-label>label {
    color: #fff;
    font-size: 22px !important;
    text-transform: capitalize !important;
}

.quform-2.quform-theme-underlined .quform-button-style-theme .quform-upload-button, .quform-2.quform-theme-underlined .quform-options-style-button .quform-option-label, .quform-2.quform-theme-underlined .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button, .quform-2.quform-theme-underlined .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button, .quform-2.quform-theme-underlined .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button {
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 400!important;
}

span.quform-upload-button-text {
    font-size: 14px;
}

span.quform-upload-button-icon {
    font-size: 14px;
}

.page-id-531 .quform-spacer {
    margin: 0;
}

.mainInfoHolderUsed {
    max-width: 60%;
    float: left;
}

.flexContactButtons {
    display: flex;
    flex-direction: column;
}

span.tsandcs {
    font-size: 15px;
    padding: 20px 0;
    color: #fff;
}

.newsoffers .usedFormHolder {
    width: 38%;
    float: right;
    margin-top: 30px;
}

.woocommerce-product-details__short-description .usedFormHolder {
    width: 100%;
    float: right;
}

.specHeading {
    width: 60%;
    padding: 5px;
}

.specValue {
    padding: 5px;
    text-transform: capitalize;
}

.whatsappButtonHolder {
    width: 100%;
    position: relative;
    float: right;
}

.whatsappLink {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

/*Blog gallery*/

.newGalleryHolder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.newGalleryHolder img{
	padding: 1%;
}
.mainImage {
    width: 49.3%;
}

.childIMGHolder {
    display: flex;
    flex-wrap: wrap;
    width: 49.3%;
}

.childIMG {
    width: 49%;
}

/*specials */

.specialHeading {
    text-align: center;
}

.specialPage {
    background: #ececec;
}

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

.dealer-name {
    text-align: center;
    background: #141414;
    color: #fff;
    font-size: 12px;
}

.specialSearchOption {
    width: calc(100%/8);
    padding: 5px;
}

.specialHolder {
    display: flex;
    flex-wrap: wrap;
}

.specialSearchOption img {
    display: block;
    box-shadow: 0 0 10px #9d9b9b;
    cursor: pointer;
    border-bottom: 10px solid #fff;
}
.specialSearchOption img:hover {
    border-color: #0e1654;
}

p.filterResetBUtton {
    background: #0e1654;
    color: #fff;
    margin-top: 10px;
    max-width: 150px;
    text-align: center;
    margin: 20px auto;
    padding: 5px 0px;
    cursor: pointer;
}

.brandLogo {
    width: 25%;
    padding: 5px;
}

.archiveSpecialHolder {
    width: 75%;
}

.specialeVehicleHolder {
    width: 33%;
    padding: 0 5px;
    height: 100%;
}

.specialeVehicleHolder img {
    border: 1px solid;
    display: block;
    min-height: 287px;
}

.specialsReturnHolder {
    height: 100%;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}
.brandLogo img {
    display: block;
    border: 1px solid;
}
.specialPriceHolderTop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    max-width: 1300px;
    margin: 0px auto 0;
    justify-content: right;
}
.specialFinanceContent {
    display: flex;
    /* justify-content: space-around; */
    background: #cecece;
    flex-wrap: wrap;
    padding: 0 10px;
}
.specialFinanceContent span {
    margin-right: 10px;
}
.specialPriceHolderTop .specialPriceHolder {
    width: 40%;
    min-width: 250px;
    margin: 0 0 25px;
}
.specialPriceHolderTop .specialFinanceHolder {
    width: 100%;
    max-width: 700px;
    font-size: 15px;
    margin-bottom: 20px;
}
.comingSoonSpecial div {
    position: relative;
    top: 50%;
    /* left: 50%; */
    text-align: center;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.comingSoonSpecial {
    background: #fff;
}

.specialsSearchFilter {
    max-width: 1600px;
    margin: auto;
}

.specialArchiveButton a {
    background: #0e1654;
    color: #fff;
    text-align: center;
    margin: 4px auto;
    padding: 5px 0px;
    cursor: pointer;
    display: block;
    width: 100%;
}

.financeHolderMain h2 {
    text-transform: uppercase;
}
span.quform-popup-link.quform-popup-link-11 {
    display: inline-block;
    border: 2px solid #ffffff;
    background: #00000052;
    color: #fff;
    text-transform: uppercase;
    padding: 14px;
    min-width: 250px;
    margin: 0 1%;
    font-weight: 400;
    font-size: 16px;
}

span.quform-popup-link.quform-popup-link-6 {
    display: inline-block;
    border: 2px solid #fdf200;
    background: #fdf200;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    min-width: 250px;
    margin: 0 1%;
    font-weight: 400;
}


a.financeTarget {
    display: inline-block;
    border: 6px solid #fdf200;
    background: #fdf200;
    color: #000000;
    text-transform: uppercase;
    padding: 10px;
    min-width: 250px;
    margin: 0 1%;
    font-weight: 400;
}

a.financeTarget:hover{
    font-weight: 700;
    transition: 0.3s;
}


span.quform-popup-link.quform-popup-link-6:hover, span.quform-popup-link.quform-popup-link-11:hover {
    font-weight: 700;
    transition: 0.3s;
}



.financeButtons {
    margin: 40px 0;
}

.bigText {
    font-size: 30px;
}

/* Privacy Policy */

table.cookielawinfo-classic {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
}

table.cookielawinfo-classic thead tr th {
    text-transform: uppercase;
    background: #e2e2e2;
}


table.cookielawinfo-classic td, table.cookielawinfo-classic th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 1.8em;
    font-size: 0.8em;
    vertical-align: top;
    width: 20%;
}

/* Finance Page */
.textImageFinanceHolder {
    display: flex;
    font-size: 0;
}

h2.contactMe {
    text-align: center;
    padding: 20px;
    font-weight: 800;
}

.greyAboutNew {
    background-color: #e1e1e1;
}

.leftFinance , .rightFinance{
    width: 50%;
}

h2.blackHeading {
    font-weight: 700;
}

.textPadding {
    padding: 200px 140px;
}

.leftFinance.textPadding.newBlackWhite {
    background-color: #000;
    color: #fff;
}

.leftFinance.textPaddingFin {
    padding: 60px 100px;
}

h2.blackHeading.finHeading {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 30px;
}

.quform-16.quform-theme-underlined .select2-container--quform .select2-selection, .quform-16.quform-theme-underlined .quform-field-text, .quform-16.quform-theme-underlined .quform-field-captcha, .quform-16.quform-theme-underlined .quform-field-password, .quform-16.quform-theme-underlined .quform-field-textarea, .quform-16.quform-theme-underlined .quform-field-email, .quform-16.quform-theme-underlined .quform-field-date, .quform-16.quform-theme-underlined .quform-field-time, .quform-16.quform-theme-underlined .quform-field-select, .quform-16.quform-theme-underlined .quform-field-multiselect {
    border-bottom: 1px solid #000 !important;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 300;
}

.quform-16 .quform-label>label {
    font-size: 16px !important;
    text-transform: initial !important;
    margin-top: 9px;
}

span.blueHeading {
    color: #3a83d6;
}

.quform-16 .quform-button-back-default, .quform-16 .quform-button-next-default, .quform-16 .quform-button-submit-default {
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
}

.darkBlueBackground {
    background-color: #3982d4;
    text-align: center;
    padding: 2%;
}

span.boldWhiteText.whiteText {
    font-weight: 700;
}


.lightGreyBackground {
    background: #edf4f9;
    padding: 23px 0px 1px;
    text-align: center;
    color: #212b7a;
}

p.blueText a {
    font-weight: 600;
    color: #212b7a;
}


a.outstock_button:hover {
    background: #fef200;
    color: #000000;
    width: 100%;
    font-weight: 700;
}

.flexxSpec img {
    max-width: 33px !important;
    margin: 0 auto !important;
    width: 100%;
}

p.specLabel {
    margin: 0;
    color: #8d8d8d;
}

/************ // New Calculator // **********/

.financeCalcHolder form {
    display: flex;
    gap: 5px;
    align-items: center;
}

.financeCalcHolder input,
select,
textarea {
    padding: 4% 0%;
}

.page-id-399 .pricesHolder {
    padding-top: 18px;
}

.page-id-399 .flex-calculatur {
    display: flex;
    flex-direction: column;
}

.page-id-399 input#amount {
    width: 16%;
    padding: 1% 0%;
    margin-bottom: 40px;
    border: 0;
    border-bottom: 1px solid;
    font-weight: 400;
    color: #878787;
}

.calcForm select {
    background-color: #000;
    border: 0;
    border-bottom: 1px solid;
    color: #919191;
}

.calcForm select, .calcForm input {
    background-color: #000;
    border: 0;
    border-bottom: 1px solid;
    color: #919191;
    font-weight: 400;
    font-size: 16px;
}

input#downpay {
    padding: 2.5%;
}


.single-product input#downpay {
    padding: 3%;
}

.calcButtonHolder {
    padding-bottom: 20px;
}

.financeCalcHolder {
    background-color: #000;
    padding: 20px;
}

.textPaddingCalc {
    padding: 170px 50px;
}

.calcForm input::placeholder {
    color: #919191; /* Change color */
    opacity: 1;
}

button#calculateBtn {
    font-size: 17px;
    padding: 10px 100px;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'montserrat';
    background-color: #000;
}


/* New vehicles page */
.brandsHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brandHolder {
    position: relative;
    max-width: 250px;
    margin: 5px 5px 30px;
}
.newFormOverlay {
    position: absolute;
    bottom: 0;
    padding: 5px 0 20px;
    text-align: center;
    width: 100%;
    font-size: 25px;
}

.brandImage img {
    display: block;
}

.centerAlign {
    text-align: center;
}

.quform-group-title {
    font-weight: 800;
    color: #000;
}
/*Sell car page*/

.sellCarPage {
    padding: 20px 0 0px;
}

.sellCarContent {
    max-width: 900px;
    padding: 5px;
    margin: 0 auto;
}


.lightgreyBackground {
    background: #dddddd;
    padding: 40px;
}

.lightBlueSell {
    background-color: #edf4f9;
    padding-top: 21px;
}

.lightBlueSell h2 {
    text-align: center;
    font-weight: 800;
}

span.lightBlue {
    color: #3a83d6;
}

.HolderLeftSell, .HolderRightSell{
    width: 50%;
}

.textImageSellHolder {
    display: flex;
    font-size: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 260px;
}

.sellflexholder{
    position: relative;
}

.whiteBackground h2 {
    text-align: center;
    font-weight: 800;
}

.squeeze {
    width: 38%;
    padding: 0% 5% 0% 1%;
    margin-top: 45px;
}

p.boldLightBlue {
    font-weight: 800;
    color: #3a83d6;
    margin: 0 0 15px;
}

.darkBluebackSell {
    background-color: #3a83d6;
    padding: 20px;
    color: #fff;
}

.quform-7 .quform-button-submit button, .quform-7 .quform-element-submit.quform-button-style-theme .quform-button-submit button {
    border-color: #0e1653;
    background-color: #0e1653;
}

.quform-7 .quform-label>label {
    color: #000000;
}

.quform-16 .select2-container--quform .select2-selection, .quform-16 .quform-field-text, .quform-16 .quform-field-email, .quform-16 .quform-field-date, .quform-16 .quform-field-time, .quform-16 .quform-field-captcha, .quform-16 .quform-field-password {
    border-color: #000;
    font-size: 16px !important;
    font-weight: 300 !important;
}

label.quform-option-label.quform-option-label-7_13_1 {
    font-size: 12px;
}

.quform-7 .quform-options.quform-cf.quform-options-block.quform-options-simple {
    width: 20%;
}

.sellMyCarFormHolder {
    padding: 45px 0;
    background: #edf4f9;
}

.sellMyCarFormHolder h3 {
    font-weight: 700;
    color: #0e1653;
}

/* Insurance page */
.halfWidth {
    width: 50%;
    padding: 0 20px;
}

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

.whiteBackground {
    padding: 40px;
}

.popupButton span {
    display: block;
    text-align: center;
    background: #0e1653;
    padding: 10px 0;
    max-width: 200px;
    color: #fff;
    margin: 20px auto;
}

.essb_links.essb_template_clear-retina a .essb_network_name {
    margin-left: 10%;
}
/* Blogs */
.entry-footer .entry-meta {
    display: none;
}

.blogHolder {
    flex-wrap: wrap;
    margin: 30px 8px;
    flex: 0 0 32%;
    background: #fff;
}

.page-id-421 .entry-content{
    background-color: #edf4fa;
}

.blogHolderImage {
    width: 100%;
    min-width: 250px;
}

.blogHolderImage img {
    display: block;
    height: 260px;
    margin: 0 auto;
    object-fit: contain;
}


.blogHolderContent {
    position: relative;
    padding: 5%;
}

.blogDate {
    color: #0e1653
    
    ;
    font-weight: 600;
}

.blogTitle {
    text-transform: uppercase;
    font-weight: 800;
    max-width: 500px;
    color: #000;
}


.blogExcerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px; 
    color: #000;
}

.blogMainHolder {
    display: flex;
    flex-wrap: wrap;
}
/*About Us*/

.greyAbout {
    background: linear-gradient(0deg, black, transparent);
    color: #fff;
    position: absolute;
    width: 100%;
    top: -9%;
}


.financePageHolder{
    position: relative;
}

h2.teamName {
    text-align: center;
    font-weight: 800;
    padding: 20px;
}

.eachStaff {
    flex: 0 0 30%;
    text-align: center;
}

.informationMain h4 {
    font-weight: 800;
}

span.personInfo a {
    color: #000;
}

.staffHolder {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-evenly;
}

.textHolderAbout.limitWidth {
    padding: 20px;
    text-align: center;
}


.flexHalf {
    width: 50%;
}

.flexwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

span.personInfo {
    display: block;
}

.textPaddingAbout {
    padding: 1% 3% 0%;
}

.flexhalf {
    width: 50%;
}

.whiteText::after {
    background: #fff;
}

.whiteText {
    color: #fff;
}


/********** // Contact Us // **********/

.limitWidth.contactUs {
    padding: 40px 20px 0;
}

h2.contactHeadin {
    font-weight: 800;
}

.iconHolderCont img {
    width: 45px;
}

.infoContact span {
    display: block;
}

.iconNInfo {
    display: flex;
    padding: 10px 0px;
}

.contactInfoM {
    padding-top: 45px;
}

.first-section h3 {
    font-weight: 800;
}

.infoContact a {
    font-size: 18px;
    color: #000;
}

.eae-locations-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.eae-location-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.location-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-address {
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    background: #ffffff;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    margin: 6px 0;
    font-family: 'montserrat';
}

.location-contact {
    padding: 20px;
    background: #1a1a1a;
    color: #fff;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-row:last-child {
    margin-bottom: 0;
}

.contact-row a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.contact-row a:hover {
    color: #ffd700;
}

.icon {
    font-size: 16px;
}

.mobile {
    margin-left: 15px;
}

.contactFormInner {
    width: 560px;
    margin-left: 150px;
    padding: 50px;
}

@media (max-width: 768px) {
    .eae-locations-container {
        grid-template-columns: 1fr;
    }
}

h2.contactHeading {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.contactFormHolder {
    background-image: url('/wp-content/uploads/2025/10/EAE-Motors-contact-us-form-Background.webp');
}

/************ // Footer // ************/
.site-footer {
    background-color: #000000;
    border-top: 0px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.footerLogosSection {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.footerLastSection {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #26232c;
    padding-top: 22px;
    margin-top: 20px;
    font-style: italic;
}

.footerLastSection p {
    margin: 0;

}

.footerLastSection a {
    color: #fff;
    text-decoration: none;
    font-style: italic;
}

.footerLogosSection img {
    width: 130px;
    margin: 0 10px;
}

.apps-button p {
    margin-bottom: 15px !important;
    font-style: italic;
}

footer.site-footer img {
    margin: auto;
}

ul.footerList.boldLinks img {
    width: 45px;
    padding: 3px;
}

.footer-widgets {
    background-color: #000000;
    color: #fff;
    box-shadow: 0px -20px 20px 20px #000;
    position: relative;
    z-index: 999;
    padding: 26px 0;
    margin-top: 40px;
}

div#genesis-footer-widgets h3, div#genesis-footer-widgets a {
    color: #fff;
    text-decoration: none;
    margin: 0;
}

div#genesis-footer-widgets h3{
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 15px;
}

ul.footerList.boldLinks span {
    font-weight: 800;
}

.footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-widget-area {
    float: unset;
    width: unset;
    /* min-width: 250px; */
    text-align: left;
}

.footer-widgets-3 {
    float: unset;
}

.footer-widgets-1 {
    margin-right: 0;
}

.topborder {
    margin: 30px 0;
    border-top: 1px solid;
}

.footerSocials li {
    display: inline-block;
    padding: 0 0px !important;
    margin: 0 !important;
}

ul.footerSocials {
    padding-top: 14px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 13px;
}

p.footerSocialsTitle {
    margin: 0;
    text-align: center;
    font-style: italic;
}

ul.footerList i {
    color: #fef102;
}

ul.footerList li {
    margin: 0;
    padding: 0;
    /* color: #727272; */
}

ul.footerList.boldLinks a {
    font-weight: 800;
}

div#genesis-footer-widgets a {
    color: #d5d5d5;
    text-decoration: none;
    margin: 0;
}

.site-footer p {
    margin-bottom: 30px;
}

ul.footerSocials img {
    width: 30px;
}

.myrideFooterLogo img {
    max-width: 400px;
}

.displayDealership {
    display: block;
    margin: 20px;
}

/* Additional things */
.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: 0px;
    display: flex;
    justify-content: center;
}

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

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

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

.carousel.carousel-stage img {
    width: 956px;
}

.mainCarouselHolder.first.gallery_1 {
    width: 100%;
}

.gallerHolder {
    width: 100%;
    display: flex;
}

.connected-carousels .carousel-navigation li {
    padding: 2px;
}

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

@media screen and (max-width: 1440px) {
    .textHolderHome {
        padding: 80px 0 0 40px;
    }

    .textHolderSecondary {
        padding: 80px 0 0 40px;
    }
}
@media screen and (max-width: 1400px) { /* Laptop */
.genesis-nav-menu a {
    padding: 20px 10px;
    border-bottom: 4px solid transparent;
}
}

@media screen and (max-width: 1200px) { /* Laptop */
.genesis-nav-menu a {
    padding: 20px 5px;
    border-bottom: 4px solid transparent;
}

.blogHolder {
    padding: 0 20px;
}

.blogVideoHolder {
    padding-left: 20px;
    padding-right: 20px;
}

.blogExcerpt {
    max-width: unset;
}
.blogHolderContent a {
    bottom: 0;
}
}

@media screen and (max-width: 1024px) { /* Older Desktop */
ul#menu-mainmenu a {
    text-align: center;
}

.textHolderSecondary, .textHolderHome {
    padding: 30px;
}

.ome-banners{
    min-height: unset !important;
}

.woof_container, .woof_submit_search_form_container {
    width: calc(100%/4);
    padding: 0px 5px;
}
.blogHolderImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.chosen-container {
    width: 100% !important;
}

.post-type-archive-product .content {
    padding: 10px;
}

.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.specialeVehicleHolder img {
    min-height: unset;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 1%;
    padding: 0;
    position: relative;
    width: 29%;
    margin-left: 1%;
}

.single-product div.product {
    padding: 10px;
}

.single-newsoffers h1, .single-product h1 {
    padding: 10px 0 0;
}

.specialPriceholder, .signlePriceHolder {
    margin: 20px 5px 5px;
}
.quform .quform-field-textarea {
    height: 100px;
}
.blogHolderContent {
    padding: 30px 30px 30px;
}

.textPadding {
    padding: 25px 25px;
}

.specialPriceholder, .signlePriceHolder {
    width: 25%;
}
}

@media screen and (max-width: 960px) { 
    .flexLogoInfo {
        flex-direction: column;
    }

    .specialPriceholder, .signlePriceHolder {
        width: 100%;
    }

    .flexHome {
        display: flex;
        flex-direction: column;
    }

    .imgLeft, .textRight, .imgRight, .textLeft {
        width: 100%;
        text-align: center;
    }

    .textHolderHome {
        max-width: unset;
    }

    .textHolderSecondary {
        max-width: unset;
    }

    .redButton a {
        margin: 0 auto;
    }

    .flexHome.greyBackgroundNew {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 860px) {
    .site-inner {
        padding: 0;
    }
    


.connected-carousels .carousel-navigation {
    width: 100%;
    float: right;
    height: 138px;
}

.carousel.carousel-navigation ul {
    width: 100em;
    justify-content: unset;
    flex-direction: row;
}

.fortyPercent {
    width: 100%;
}

.newFormHoldermain {
    width: 100%;
}

.subimage {
    width: 100%;
    justify-content: space-evenly;
}

.specsHalf {
    padding: 10px;
}
}

@media screen and (max-width: 768px) { /* iPad */
.woof_container, .woof_submit_search_form_container {
    width: calc(100%/2);
    padding: 0px 5px;
}

.connected-carousels .stage {
    position: relative;
    width: 100%;
}

.gallerHolder {
    flex-direction: column;
}

.carousel.carousel-navigation ul {
    flex-direction: row;
}

.carousel.carousel-navigation ul {
    top: 0 !important;
}

.newFormHoldermain {
    width: 100%;
    float: right;
}

.textImageSellHolder {
    flex-direction: column-reverse;
}

.flexHomeHolder {
    flex-direction: column;
}
.textImageSellHolder.Invert {
    flex-direction: column;
}

.textImageSellHolder {
    max-height: unset;
}

.squeeze {
    width: 100%;
}

.boxHolder {
    width: 100%;
}
h2.pageHeadingnew.darkBlue {
    font-size: 30px;
}

.HolderLeftSell, .HolderRightSell {
    width: 100%;
}

.quform-13 .quform-options.quform-cf.quform-options-block.quform-options-simple {
    width: 100%;
}
.blogHolder {
    flex: unset;
}
.quform-7 .quform-options.quform-cf.quform-options-block.quform-options-simple {
    width: 100%;
}

.iconTextHolder {
    flex-direction: column;
}

.iconHolderContact img {
    width: 45px;
}

.textImageFinanceHolder {
    display: flex;
    font-size: 0;
    flex-direction: column;
}

.textPadding {
    padding: 18px;
}

.leftFinance, .rightFinance {
    width: 100%;
}

.textImageFinanceHolder.Invert {
    flex-direction: column-reverse;
}

.site-header .widget-area {
    float: left;
    text-align: left;
    width: unset;
    width: 100%;
    text-align: center;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 1% !important;
}

.gallerHolder {
    max-width: 100%;
}

.specialsFormHolder, .singleContent div.product div.summary {
    width: 100%;
}

.singleContent div.product div.summary {
    width: 100%;
    margin-top: 25px;
}

.mainInfoHolderUsed {
    max-width: 100%;
    float: left;
}

.UsedPageDiscription {
    width: 100%;
}

.financeHolderMain {
    width: 100%;
    margin-top: 20px;
}

.detailsHolder {
    margin-top: 20px;
    width: 100%;
}
.site-inner {
    padding: 0;
}
.specsSection.flex.wrap {
    padding: 0;
}

.blogHolderImage {
    width: 100%;
}

.blogHolderContent {
    width: 100%;
    text-align: center;
}
.blogTitle {
    max-width: unset;
}

.blogHolderContent a {
    position: inherit;
    margin: 0 auto;
}

.footer-widget-area {
    width: 50%;
}

.footer-widgets-5.footer-widget-area {
    width: 100% !important;
    margin: 20px;
}

.contactFormInner {
    width: 100%;
    margin-left: 0;
    padding: 50px;
}

.quform {
    padding: 20px;
}

.singleTiltleHolder {
  margin-bottom: 15px;
}

/* New Style Changes  ----- Lindokuhle Nsibande*/
.infoSection{
    border: none;
}
.SpecialsSpecsSection{
    border: none;
}
.specsHalf p{
    margin: 3px 0px;
}
.financeHolder, .formHolder{
    border: none;
    padding: 0px 0px;
}
.quform{
    padding: 20px 0px !important;
}
.formHolder .quform input[type="text"], .formHolder .quform input[type="email"], .formHolder .quform textarea{
    background-color: transparent;
}
.usedFormHolder h2, .discriptionSection h2, .SpecialsSpecsSection h2, .infoSection h2, .specialFinanceHolder h2, .specsSection h2 {
    font-size: 30px;
    text-transform: uppercase;
    padding: 5px 0px;
}

.leftFinance.textPaddingFin {
    padding: 20px 20px;
}

.textPaddingCalc {
    padding: 30px 20px;
}

.site-inner, .wrap {
    padding: 0;
}

.footerLastSection {
    flex-direction: column;
}

.usedFormHolder h2{
    text-align: left;
}
.discriptionSection{
    border: none;
}
.specialFinanceHolder h2{
    background-color: #cecece;
    color: #000;
    border: none;
}
.specialFinanceContent{
    background-color: transparent;
    padding-top: 10px;
}
.specialFinanceContent > span{
    width: 100% !important;
}

.single-newsoffers h1, .single-product h1 {
    font-size: 17px;
}

.specsSection{
    border: none;
}

.site-header > .wrap {
    margin-left: 0;
}

.site-header .widget-area {
    margin-left: 0;
}

.WelcomeSection {
    padding: 10px;
}


.singleTiltleHolder {
    flex-direction: column;
    margin-bottom: 0px;
}

.financeHolderCalc {
    width: 100%;
}

.calc-holder {
    flex-direction: column;
}

.pricesHolder {
    width: 100%;
}

.sticky-content-container{
    display: inline-block;
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin-bottom: 0px;
}
.single-product div.product{
    padding-bottom: 0px;
}
.specsHalf{
    margin-bottom: 10px !important;
}
.trackingButton{
    display: inline-block;
    width: 100%;
}
.sub-menu-toggle{
    left: 0;
    width: 100%;
    background-color: transparent !important;
    text-align: end;
}
.js .genesis-nav-menu .sub-menu{
    padding-left: 0px;
    background-color: #e7e7e7;
}
.genesis-nav-menu .sub-menu a{
    background-color: transparent;
}

._360_display {
    width: 100%;
    float: left;
}
.specialVehicleInfo .gallerHolder {
    max-width: 100%;
}

span.quform-popup-link.quform-popup-link {
    margin: 5px 1%;
}

h2.dreamsName {
    margin-right: 0;
}

}
@media screen and (max-width: 620px) { /* iPad */
.logoHolderDesktop {
    display: none;
}
.SpecialsSpecsSection {
    width: 100%;
    padding: 0;
}
.mainInfoHolderUsed {
    max-width: 100%;
    float: left;
}
.panel .usedFormHolder, .specialSingleHolder .usedFormHolder{
    display: none;
}
.specialSingleHolder {
    padding: 0 10px;
}
.subimage {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.subimage .trackingButton.usedButton {
    width: 100%;
    margin-top: 30px;
}

.infoHolderHeader {
    gap: 2px;
    flex-direction: column;
    padding-top: 30px;
}

.mobileForm {
    display: block !important;
    width: 100% !important;
}

.specsSection {
    width: 100%;
    float: right;
}
.specialPriceHolderTop .specialPriceHolder {
    width: 100%;
    min-width: 250px;
    margin: 0 0 25px;
}

.specialFinanceContent > span {
    margin-right: 10px;
    display: block;
    width: 47%;
}
.specialPriceHolderTop .specialFinanceHolder {
    width: 100%;
    max-width: 700px;
}
.dealerContentHolder {
    width: 100%;
    padding: 30px;
    text-align: center;
}
.dealerImageHolder {
    width: 100%;
}
.flexhalf {
    width: 100%;
}
.limitWidth {
    padding: 20px;
}
.logoSliderHolderMobie {
    display: block;
}

ul#home_logo_slider {
    margin: 0;
}
.flexhalf.imageHolder {
    padding: 0;
}

.site-inner {
    padding: 0;
}
#blog_slider li {
    text-align: center;
}

ul#blog_slider {
    margin-left: 0;
}
.homeBackgroundHolder {
    background-size: cover;
}
.TopOffset {
    margin-top: 0;
}
.bottomOffset {
    margin-bottom: 0;
}
.homeTile {
    width: 50%;
    margin: 0;
    max-height: unset !important;
    padding: 10px;
}
.homeTile img {
    bottom: 0;
    border-radius: 20px;
}

.ContactUsSection::before {
    background-image: url(/wp-content/uploads/2024/10/Martin-Morgan-Motors-Home-Midbanner-1.webp);
}

.contentHolder {
    width: 100%;
    background: #0e1654;
    color: #fff;
    padding: 10px;
}

.homeSpecialImageHolder {
    width: 100%;
}

.specialTile {
    flex-direction: column-reverse;
}

.bx-controls-direction a {
    background-color: #00000073 !important;
}

.specialSearchOption {
    width: calc(100%/3);
    padding: 5px;
}
.insurancePage .flex {
    flex-wrap: wrap;
}
.halfWidth {
    width: 100%;
    padding: 0 20px;
}

.sellCarFormHolder {
    padding: 100px 50px;
}
.quform {
    max-width: 100%;
    padding: 20px;
}
.dealerMap {
    height: 250px;
}

}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */
h1.pageHeading {
    font-size: 30px;
}

.greyAbout {
    top: -11%;
}

h2.dreamsName {
    font-size: 50px;
}
h2.fulfilledName {
    font-size: 50px;
    margin-right: 70px;
}

.lowerButtons a.mid-button {
    width: 100%;
    margin-right: 0;
}

.floatingVehicle {
    bottom: -25%;
    right: 15%;
}

.archiveSpecialHolder {
    width: 66%;
}

.numberholdersMain {
    gap: 10px;
    flex-direction: column;
}

.footer-widget-area {
    width: 100%;
    text-align: center;
}

.usedFormHolder {
    width: 100%;
}


.whiteBackground {
    padding: unset;
}

.calc-holder {
    width: unset;
}

span.VatText {
    float: left;
}

.fortyPercent {
    width: 100%;
}


.carousel.carousel-stage li img {
    height: 300px;
    width: auto;
    object-fit: cover;
}

.specialPriceholder, .signlePriceHolder {
    margin: 0px 0px 0px;
}


.detailInfo span {
    left: 0;
}

.midButtons {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 115px 20px 0;
}

.detailInfoHolder {
    display: flex;
    width: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a.mid-button {
    width: 100%;
}

.brandLogo {
    width: 33%;
    padding: 5px;
}

.financeCalcHolder form {
    display: flex;
    gap: 5px;
    align-items: unset;
    flex-direction: column;
}

.detailInfo {
    font-size: 12px;
}
.connected-carousels .carousel-navigation {
    height: 85px;
}

.myrideFooterLogo img {
    width: 90%;
}

.specsHalf {
    width: 100%;
    padding-left: 20px;
    margin: 15px 0;
}

.specialeVehicleHolder {
    width: 100%;
    padding: 5px;
    height: unset;
}
.specialeVehicleHolder img {
    min-height: unset;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%!important;
}

.page-id-399 input#amount {
    width: 100%;
    padding: 1% 0%;
    margin-bottom: 0px;
}

button#calculateBtn {
    width: 100%;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > div:not(.specDisplay, .archiveLogo) {
    height: 320px !important;
}
.leftBorder {
    padding-left: unset;
    border-left: unset;
}
.specsHalf {
    width: 100%;
    padding-left: 0;
    margin: 0;
}

.content-sidebar-wrap {
    padding: 0;
}
.savingsBanner {
    position: absolute;
    bottom: 38px;
    right: -50px;
    z-index: 9999;
    background: #0e1654;
    color: #fff;
    font-size: 20px;
    transform: rotate(-45deg);
    width: 245px;
    text-align: center;
    border: 2px solid;
}
.woof_submit_search_form_container {
    width: 50%;
}

.woof .chosen-container .chosen-drop {
    width: unset !important;
}
	
	.newGalleryHolder {
    flex-direction: column;
}
	
	.mainImage {
    width: 100%;
}
	
	.childIMGHolder {
    width: 100%;
}

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

.newFormHoldermain {
    padding: 0;
    margin-top: 0;
}

h3.contactFormTitle {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
}

.quform-15 .quform-label>label {
    color: #fff;
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.quform-2 .quform-label>label {
    color: #fff;
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.logosLower {
    width: 100% !important;
}
	
}
@media screen and (max-width: 400px) { /* iPhone 4,5, Portrait Display */
.archiveSpecialHolder {
    width: 100%;
}
.brandLogo {
    width: 100%;
    padding: 5px;
}

.specialeVehicleHolder {
    width: 50%;
    padding: 5px;
    height: unset;
}
}
@media screen and (max-width: 320px) { /* iPhone 4,5, Portrait Display */

}