/************ // General HTML Tags // ************/

a {
    text-decoration: none;
}

.site-container {
    font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
}

.fa-chevron-left {
    content: "\f053";
}
  .fa-chevron-right {
    content: "\f054";
}

.site-inner {
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(150 160 170 / 64%) 100%);
}

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

.entry {
    background-color: #ffffff00;
    margin-bottom: 0;
    padding: 0;
}
.site-inner {
    clear: both;
    padding-top: 0px;
    word-wrap: break-word;
}
.site-inner{
    min-height: 100%;
}

.site-header .widget-area {
    float: left;
    text-align: left;
}

.site-header > .wrap {
    padding: 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease;
    z-index: 999999;
}

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

.header-image .title-area {
    margin: unset;
}

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

/* Banner section */

.peppermint.peppermint-active .peppermint-slides + ul.peppermint-dots {
    margin: 0.6em 0 0 0;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.peppermint-slides {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.peppermint.peppermint-active {
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: unset;
}

.leftSliderArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.rightSliderArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.sliderArrowHolder div span, .bx-controls-direction span {
    display: inline-block;
    background: #0000008c;
    color: #fff;
    font-size: 36px;
    padding: 10px 10px;
    cursor: pointer;
}

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

.genesis-nav-menu a {
    padding: 20px 20px;
    color: #000000;
    text-transform: uppercase;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #4fa399;
    text-decoration: none;
}

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

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

.archive-heading {
    text-align: center;
}

/************ // Homepage // ************/

.blueCol{
    color: #063246;
}

.flex{
    display: flex;
}

.two-col{
    width: 50%;
}

.three-col {
    flex: 0 0 25%;
    text-align: center;
}

.boldTextHome {
    font-weight: 600;
    text-align: center;
    padding-top: 3%;
}

h3.intro-block-sub-header::before {
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    background: #209287;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-130%);
    top: -25px;
}

h3.intro-block-sub-header {
    color: #20927f;
    padding-top: 2%;
}

.midHeader {
    font-size: 56px;
    font-weight: 100;
    color: #fff;
}

.textHolder {
    color: #fff;
}

.dealerButton a {
    border: 2px solid;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

/* span.quform-popup-link.quform-popup-link-9 {
    border: 2px solid;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
} */

.dealerButton a:hover{
    background-color: #20927f;
    border-color: #20927f;
}

.suzukiBackground {
    background-image: url(/wp-content/uploads/site/homepage/suzuki-background.svg);
    text-align: center;
    position: relative;
}

.genesis-skip-link {
    margin: 0;
    display: none;
}

.vehicleSectionHolder {
    padding: 4% 0%;
}

.entrySectionHolder {
    padding: 2% 0;
}

.entrySectionHolderTop {
    padding: 2% 0;
    margin-top: 4%;
}

.headingHolder{
    position: relative;
}

.dash-divider {
    height: 40px;
    position: relative;
    width: 100%;
}

.dash-divider:after {
    background: transparent;
    border-left: 7px dashed #219287;
    content: "";
    display: block;
    height: 10rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-125%);
    width: 1px;
    z-index: 1;
}

.NewVehicleTextButton {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}

.boldHeading {
    float: left;
}

.twoButtonsNewCars {
    display: flex;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.boldHeading h2 {
    font-size: 46px;
    font-weight: 700;
}

.darkBlueButton a {
    padding: 10px 30px;
    border: 2px solid #00344d;
    display: inline;
    text-decoration: none;
    background-color: #00344d;
    color: #4fa399;
    border-radius: 30px;
}

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

.darkBlueButtonOutline a:hover{
    background: #063246;
    color: #fff;

}

.darkBlueButtonOutline a {
    padding: 10px 30px;
    border: 2px solid #00344d;
    display: inline;
    text-decoration: none;
    background-color: #ffffffa1;
    color: #4fa399;
    border-radius: 30px;
    transition: background 0.2s ease-in-out;
}

.darkBlueNewMod a:hover{
    background: #4fa399;
    color: #fff;
    border: 2px solid #4fa399;

}

.darkBlueNewMod a {
    padding: 10px 30px;
    border: 2px solid #000000;
    display: inline;
    text-decoration: none;
    background-color: #ffffff;
    color: #000000;
    /* border-radius: 30px; */
    transition: background 0.2s ease-in-out;
}


.darkBlueButton img, .darkBlueButtonOutline img {
    margin: -7px 8px;
}

.homeSliderVehicleInfo a {
    text-decoration: none;
    text-align: left;
}

.homeSliderVehiclePriceHolder {
    color: #219287;
    font-weight: 600;
    text-transform: uppercase;
}


.homeSliderVehicle {
    padding: 4%;
}

.imageTitleHolder img {
    max-width: 170px !important;
    width: 100%;
}

.imageTitleHolder {
    min-height: 55px;
}

.bx-wrapper .bx-controls-direction a {
    border-radius: 30px;
}

.addedPadding {
    padding-top: 4%;
}


/************ // dealers // ************/

.dealer-holder {
    display: flex;
    flex-wrap: wrap;
}

.address-holder {
    display: flex;
}

.each-dealer {
    width: 30%;
    background-color: #00344d;
    margin: 1%;
    padding: 2%;
    color: #ffff;
}

.address-holder {
    display: flex;
    min-height: 160px;
}


.green-underline {
    color: #219287;
    border-bottom: 5px solid;
    width: 55%;
    margin-bottom: 5%;
}

.map_link a, .tel-number a {
    color: #219287;
    font-weight: 600;
}

.tel-number a:hover, .map_link a:hover {
    color: black;
}

.each-dealer:hover {
    background: #d3d3d3;
    color: black;
}

/************* // Latest News // ************/

.pt-cv-taxoterm.above_title {
    display: none;
}

.iscvblock .pt-cv-readmore.btn {
    background: #00344d;
}

.iscvblock .pt-cv-readmore.btn:active, .iscvblock .pt-cv-readmore.btn:focus, .iscvblock .pt-cv-readmore.btn:hover {
    background: #282828;
}

h2.pt-cv-title a {
    color: #000;
}

.pt-cv-wrapper {
    margin: 4%;
}

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

.post-type-archive-product .content-sidebar-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 30px;
}

.post-type-archive-product aside#genesis-sidebar-primary {
    padding: 52px 20px 0 20px;
}

.widget.widget-woof {
    background-color: #bcbcbc;
}


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

.woof_reset_search_form {
    padding: 8px 50px!important;
    background-color: #20927f !important;
    color: #fff !important;
    width: 100%;
    font-weight: 100!important;
    text-transform: uppercase;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    background-color: #fff;
}

.sidebar .widget {
    padding: 0;
}

.widget-title {
    color: #7e7e7e;
}

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

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

a.chosen-single > span {
    color: #00344d !important;
    font-weight: 600 !important;
}

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

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #aaa;

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

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

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

h2.woocommerce-loop-product__title {
    color: #000;
    min-height: 86px;
}

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

p.InstOutSmall {
    font-size: 10px;
}

a.popupTrigger.financeTrigger.suzukiRoundButton {
    display: block;
    text-align: center;
    padding: 9.5px;
    font-weight: 600;
    font-size: 18px;
}

.single-product .singleTiltleHolder h1 {
    background-color: transparent;
    color: #00344d;
}

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

.chosen-container-single .chosen-single span {
    text-transform: uppercase;
}

.woocommerce-loop-product__title > span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
}

.bold {
    font-weight: 600;
}

span.woocommerce-Price-amount.amount {
    font-size: 36px;
    font-weight: 800;
}

.single-product span.woocommerce-Price-amount.amount {
    color: #1cceb4;
}

.quform-button-submit.quform-button-submit-default.quform-button-submit-3_2 button {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px;
}

.quform-element.quform-element-submit.quform-element-3_2.quform-cf.quform-button-width-small {
    margin: 0;
}

.quform-button-submit.quform-button-submit-default.quform-button-submit-3_2 {

    margin: 0;
}

.specDisplay {
    color: #000000;
    text-align: left;
    padding-bottom: 50px;
}

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

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

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

.specHolder {
    width: 50%;
    float: left;
    margin: 11px 0;
    font-size: smaller;
}

.specList {
    font-size: 12px;
}

.specHolder i {
    font-size: 30px;
    margin-right: 8px;
}

.commentsHolder {
    padding-top: 20px;
    display: -webkit-inline-box;
    width: 100%;
}

.commentsHolderBorder {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.optionHolder {
    padding: 0 2rem 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #19b19b;
    text-align: center;
    margin: 30px;
    flex: 0 0 20%;
    min-width: 265px;
}

.optionIcon {
    margin-top: -4rem;
    font-size: 43px;
}

.optionIcon i {
    padding: 0 20px;
}

.commentsHolder .optionContent {
    color: #000;
    font-size: 16px;
}

.optionContent p {
    margin: 0;
    font-size: smaller;
}

.commentsHolder span {
    color: #000;
    font-size: 24px;
    padding: 10px;
}

.ratingHolder>span {
    display: flex;
    padding: 5px 5px !important;
    justify-content: space-between;
}

.ratingHolder>span>span {
    width: 50%;
    text-align: left;
    padding: 0px !important;
}

.ratingHolder span {
    font-size: 15px !important;
}

.serviceOptions {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.optionHolder a {
    text-decoration: none;
}



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

a.outstock_button {
    display: block;
    text-align: center;
    color: #fff;
    background: #20927f;
    padding: 3px;
    text-transform: uppercase;
    position: absolute;
    left: 10%;
    right: 0;
    width: 80%;
    bottom: -40px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: -10px;
    background-color: #00344d;
    width: 80%;
}

li.outofstock {
    padding: 5px !important;
    border: 2px solid #000;
}

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

.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: #00344d;
    color: #ffffff;
}

a.page-numbers {
    color: #4fa399;
}


.meet-window {
    width: 100%;
    display: block;
    clear: both;
}

.meet-container {
    width: 50%;
    float: left;
    padding: 10px;
    font-size: 15px;
    height: 280px;
}

/************ // Use cars single // **********/

.formConfirmation{
    font-size:10px;
    font-weight:400; 
    margin:0;
    line-height: 0.9;
    color: #8e8e8e;
    max-width: 300px;
}

.fortyPercent{
    width: 100%;
}

.singleVehicleBackBanner {
    margin: 0 auto;
    max-width: 1300px;
}

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

.single-product {
    background: #fff;
}


.signlePriceHolder {
    max-width: 1300px;
    margin: 20px auto 5px;
}

.signlePriceHolder {
    padding: 0px 24px;
    margin: 5px 0px 0px;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 100px;
}

a.suzukiRoundButton {
    background-color: #00344d;
    padding: 12px;
    color: #fff;
    font-weight: 800;
}

.signlePriceHolder ul{
    margin-left: 20px;
    margin-bottom: 0px;
}

.signlePriceHolder ul li{
    font-size: 18px;
}

div.product, .single-product div.product {
    max-width: 1300px;
    margin: 0 auto;
}

.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 {
    background: #f5f5f5;
    padding: 2%;
}

.discriptionSection h2 {
    padding: 5px 10px;
    text-align: center;
    color: #00344d;
    font-weight: 800;
}

.trackingButton.usedButton a {
    display: block;
    text-align: center;
    color: #fff;
    background: #4fa399;
    padding: 5px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

span.quform-button-text.quform-button-submit-text {
    font-weight: 600;
}

.quform-element-submit button {
    width: 100%;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
    background-color: #00344d !important;
    padding: 5px;
}

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

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

.redFont {
    color: #00344d;
}

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

.detailsHolder {
    margin-top: 10px;
}

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

.flexHalf {
    display: flex;
}

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

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

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 {
    background: #fff;
    padding: 5px 12px;
    margin: 0;
    font-size: 16px;
}

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


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

.UsedPageDiscription {
    float: right;
    background: #fff;
    width: 38%;
}

.SpecialPageDiscription {
    float: right;
    background: #fff;
    width: 38%;
}

.specsSection {
    background: #f5f5f5;
    float: left;
}

.specsSection h2, .usedFormHolder h2 {
    width: 100%;
    padding: 20px 25px;
    color: #00344d;
    font-weight: 800;
}

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

.specsHalf p {
    margin: 3px 10px;
    font-size: 13px;
    display: flex;
    background: #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: #00344d;
    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: #fff;
}

.archive span.wasPrice {
    color: #fff;
}

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


.darkGreyBackground {
    background: #cecece;
}

.mobileForm {
    display: none;
}

.singleTiltleHolder h1 {
    color: #fff;
    margin: 0;
    padding: 10px;
}

.singleTiltleHolder h1 {
    color: #00344d;
    width: 60%;
}


.singleTiltleHolder {
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding-top: 2%;
    align-items: end;
}

.decreaseHeight{
    height: 48px !important;
}

.quform-3 .quform-label-inside {
    font-size: 0.8em !important;
    line-height: 2;
}

span.VatText {
    font-size: 13px;
    margin-top: -10px;
    color: #00344d;
}

.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: 40px;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.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(-50%);
    display: block;
    position: relative;
    top: 50%;
    left: 15%;
}

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

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

.trackingButton {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    width: 38%;
    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: 0 0px 20px;
    margin: 0;
    font-weight: 800;
}

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

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

span.tsandcs {
    font-size: 12px;
    padding-left: 15px;
}

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

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

.woof.woof_sid.woof_sid_widget {
    padding: 20px;
}

.specHeading {
    width: 60%;
    padding: 5px;
    background: #3d3d3d1f;
}

.specValue {
    padding: 5px;
}

h3.widgettitle.widget-title {
    padding: 20px;
    background-color: #00344d;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

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

.calc {
    background: #f5f5f5;
}

.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: 26px;
}

.calc input, .calc select {
    padding: 5px;
    font-size: 12px;
    line-height: 1.4;
	width: 100% 
}

input#amount {
    width: 17%;
    background: #fff;
    color: #000;
    font-weight: 600;
}

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

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

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

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

.pricesHolder p {
    font-size: 13px;
}

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

.calc h2 {
    padding: 11px 0px 0px 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #00344d;
}
    
.calc input, .calc select {
    padding: 5px;
}
    
.financeReset span {
    display: block;
    text-align: center;
    background: #0e1654;
    margin: 10px 0;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}


.priceHolder .financeTrigger {
    margin: 0 auto;
}
  
  section.popupHolder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    /* right: 0; */
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
  
  .financeHolderNew {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background: #fff;
    box-shadow: 0 0px 14px #ccc;
    border-radius: 3px;
    min-width: 250px;
  }
  
  .calco {
    padding: 5px;
  }
  

  input.amount-new {
    padding: 5px;
}

  .closePopup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }

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

.mainCarouselHolder.gallery_1 {
    max-width: 100%;
}

.connected-carousels .stage {
    position: relative;
}

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

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

.mainCarouselHolder.gallery_1 img {
    height: 585px;
    object-fit: cover;
}

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

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


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

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

.gallerHolder {
    max-width: 60%;
    margin: 0px 0px;
    float: left;
}

.flex-new{
    display: flex;
    flex-wrap: wrap;
}
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;
}

.address-holder {
    gap: 5px;
}

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

.dealer-name h2 {
    font-size: 22px;
}

/* 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: #0e1654;
    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;
}

/************ // Dealer-home page // ************/

.flex-dealer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.three-col-dealer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.site-header .widget-area {
    width: unset;
}
/************ // 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: #00344d;
    font-weight: 700;
    cursor: pointer;
}
/************ // Footer // ************/

.footer-widgets .wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 30%;
}

.textwidget.custom-html-widget a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.textwidget.custom-html-widget a:hover {
    color: #555555;
}


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

@media screen and (max-width: 1200px) { /* Laptop */
    span.woocommerce-Price-amount.amount {
        font-size: 20px;
        font-weight: 800;
    }

    a.outstock_button {
        font-size: 16px;
        bottom: -33px;
    }

    .post-type-archive-product .content-sidebar-wrap {
        padding: 20px;
    }
}

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



    h2.woocommerce-loop-product__title {
        min-height: 115px;
    }

    .post-type-archive-product .content-sidebar-wrap {
        gap: 0px;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
        bottom: -30px;
    }

    .singleContent {
        padding: 2%;
    }

}

@media screen and (max-width: 1023px) { 
    .post-type-archive-product .content-sidebar-wrap {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 768px) { /* iPad */
    .site-inner {
        padding: 0;
    }

    .header-image .site-title > a {
        background-position: left !important;
    }

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

    .site-header > .wrap {
        padding: 0px 0;
    }

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

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

    .overlay-buttons-header {
        gap: 28px;
        flex-direction: column;
    }

    span.quform-popup-link.quform-popup-link-9 {
        padding: 10px 58px;
    }

    a.suzukiRoundButton {
        display: block;
        text-align: center;
    }

    .singleTiltleHolder {
        align-items: unset;
        flex-direction: column;
    }

    .signlePriceHolder {
        padding: 0px 10px;
        margin: 5px 0px 5px;
        text-align: left;
        display: flex;
        align-items: unset;
        gap: 0;
        /* width: 100%; */
        flex-direction: column-reverse;
    }

    .quform-element-row-size-fixed.quform-2-columns>.quform-element-column, .quform-options-columns.quform-2-columns>.quform-option {
        width: 100%;
    }

    .single-product .quform-button-back-default, .quform-button-next-default, .quform-button-submit-default {
        float: unset;
    }

    .single-product .quform-button-submit.quform-button-submit-default.quform-button-submit-3_2 button {
        color: #ffffff;
        text-transform: capitalize;
        font-size: 18px;
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */

    .twoButtonsNewCars {
        float: unset;
        flex-direction: column;
        width: 100%;
    }

    .overlay-buttons-header {
        gap: 18px;
    }

    .bannerOverlayHolder {
        bottom: 28px;
    }
    .darkBlueButton a , .darkBlueButtonOutline a{
        display: block;
        width: 100%;
    }
    .content-sidebar-wrap {
        padding-top: 120px;
    }

    .woof_redraw_zone {
        flex-direction: column;
    }

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

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        width: 100%;
        text-align: center;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }

    .post-type-archive-product .content {
        padding: 4%;
    }
    .woof_container, .woof_submit_search_form_container {
        width: 100%;
    }

    .archiveImageUsed {
        height: 260px !important;
    }

    .site-header > .wrap {
        display: unset;
        position: unset;
    }

    .header-image .title-area {
        max-width: unset;
    }
    .header-image .site-title > a {
        background-position: center !important;
    }

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

    .midHeader {
        font-size: 32px;
    }

    .dash-divider {
        height: 140px;
    }

    .flex {
        flex-direction: column;
    }

    p.blueCol {
        padding: 2%;
    }

    .twoButtonsNewCars {
        padding: 3%;
    }

    .darkBlueButton {
        padding-bottom: 3%;
    }
    .post-type-archive-product aside#genesis-sidebar-primary {
        padding-top: 0;
    }
    .content-sidebar-wrap {
        padding-top: 0px;
    }
    .singleTiltleHolder {
        flex-direction: column;
    }
    .usedFormHolder {
        width: 100%;
        float: unset;
    }

    .genesis-nav-menu a {
        color: #00344d;
        text-align: center;
    }

    .gallerHolder {
        max-width: 100%;
        float: unset;
    }
    .subimage {
        width: 100%;
    }

    .mainInfoHolderUsed {
        max-width: 100%;
    }

    .financeHolderCalc {
        width: 100%;
    }

    .UsedPageDiscription {
        width: 100%;
    }

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

    .calc-holder {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .pricesHolder {
        justify-content: space-between;
        width: 100%;
    }

    .usedFormHolder {
        width: 100%;
        float: unset;
        overflow: hidden;
    }

    .trackingButton {
        width: 100%;
    }

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

    .meet-container {
        width: 100%;
        height: unset;
    }

    .detailsHolder {
        width: 100%;
        justify-content: space-evenly;
        margin-right: 0%;
        align-items: center;
    }
    
    .detailInfoHolder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .detailInfo span {
        left: 0;
    }
    .specsSection h2, .usedFormHolder h2 {
        text-align: center;
    }

    span.VatText {
        float: unset;
    }

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

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

    .carousel.carousel-stage li img {
        max-height: 317px;
        width: auto;
        object-fit: cover;
        height: 100%;
    }

    .connected-carousels .carousel ul {
        margin: 0;
    }
}

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

}