/************ // WooCommerce // ************/
.post-type-archive-product .mainbannerOverlayP p,
.post-type-archive-product .mainbannerOverlaySubHeading h3 {
    margin: 0;
}

.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 .content {
    float: unset;
    width: 100%;
    max-width: 1300px;
    padding-top: 25px;
}

.post-type-archive-product aside#genesis-sidebar-primary {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    position: sticky;
    top: 84px;
    z-index: 3;
}

section#woof_widget-3 {
    background: #cfcfcf;
}

li.outofstock {
    padding: 0px !important;
}

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

h2.woocommerce-loop-product__title {
    color: #333;
    font-size: 18px !important;
    min-height: 85px;
    padding: 10px !important;
}

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

.specDisplay {
    color: #e61c29;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.nowPrice {
    display: block;
}

.savingsPrice {
    padding: 0 10px;
    padding-top: 10px;
}

span.nowPrice {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

span.wasPrice {
    font-size: 22px;
    line-height: 1.2;
    text-decoration: line-through;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #e61c29;
}

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

.single-product .savingsBanner {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 5px;
}

span.price.archivePrice .amount {
    color: #e61c29;
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
    display: block;
}

a.outstock_button {
    display: block;
    text-align: center;
    color: #fff;
    background: #e61c29;
    font-weight: 700;
    padding: 3px;
    text-transform: uppercase;
    margin: 10px;
}

.post-type-archive-product .widget.widget-woof {
    max-width: 1300px;
    margin: 0 auto;
    background: #cfcfcf;
    padding: 30px 0;
}

.widget-title {
    color: #333;
}

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

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

.woof_container select {
    width: 100%;
}


.post-type-archive .type-product {
    box-shadow: 6px 4px 17px rgba(0, 0, 0, 0.37);
    border-radius: 7px;
    overflow: hidden;
}

.specDisplay>p {
    margin: 0 2px;
    text-align: left;
}

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

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

.orderby {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 5px;
    width: 100%;
}

.sidebar .widget {
    padding: 0;
}

a.chosen-single span,
.orderby {
    color: #e61c29 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

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


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

.mainCarouselHolder.gallery_1 {
    width: 100%;
}

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

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


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

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 40px;
}

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

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

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

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%;
}

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

a.next.next-stage {
    right: 16px;
}

a.prev.prev-stage {
    left: 5px;
}

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


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


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


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

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


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


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

.trackingButton.shareButton {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #e61c29;
    font-weight: 700;
    cursor: pointer;
}

.sharepopoutholder {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0000007a;
    right: 0;
    display: none;
    z-index: 100;
}

.sharepopout {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.closeShare {
    position: absolute;
    top: 0;
    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;
}

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

.usedFormHolder h2 {
    padding: 5px 10px;
    text-align: center;
    margin: 0;
    background: #f7f7f7;
    font-weight: 800;
}

.single-product .financeHolder,
.single-product .formHolder {
    background: #f7f7f7;
    padding: 0 30px 20px;
    margin-bottom: 15px;
}

.enquireButton.whatsappButton {
    margin-bottom: 19px;
}


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


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


.detailsHolder {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    height: 290px;
    width: 100%;
    justify-content: space-around;
    margin-right: 4%;
}


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


.detailIcon,
.detailInfo {
    position: relative;
}


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

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

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



.woocommerce div.product .product_title {
    display: none;
}


.product_meta {
    display: none;
}


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

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

.UsedPageDiscription {
    float: right;
    background: #fff;
    width: 38%;
    border: 2px solid #e61c29;
}

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

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

.specsSection {
    background: #fff;
    float: left;
    padding: 10px;
    border: 2px solid #e61c29;
}

.post-type-archive-product .site-inner {
    clear: both;
    padding-top: 0;
    word-wrap: break-word;
    background: #fff;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 40px;
    text-align: center;
}

.specsSection h2,
.usedFormHolder h2 {
    width: 100%;
    padding: 5px 10px;
    color: #e61c29;
    font-weight: 800;
    font-size: 25px;
}

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


.specsHalf p {
    margin: 3px 0px;
    font-size: 16px;
    display: flex;
    background: #f7f7f7;
    text-align: left;
}

.specsSection .specsHalf:nth-child(2n) {
    padding-right: 5px;
}

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

.specValue {
    padding: 5px;
}


.discriptionSection {
    background: #fff;
    padding: 2%;
    font-size: 16px;
}

.discriptionSection h2 {
    padding: 5px 10px;
    text-align: left;
    color: #e61c29;
    font-weight: 800;
    font-size: 25px;
}

.commentsInfo,
.discriptionSection p,
.discriptionSection h4 {
    background: #f7f7f7;
    padding: 5px 12px;
    margin: 0;
}

.financeHolderCalc {
    width: 60%;
    float: left;
    padding: 10px;
    border: 2px solid #e61c29;
    margin-top: 30px;
}

.quform-button-submit-2_2 {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}

.quform-2 .quform-button-submit button,
.quform-2 .quform-element-submit.quform-button-style-theme .quform-button-submit button {
    border-color: #e61c29;
    width: 100%;
    /* text-align: left; */
}

.calc {
    background: #fff;
}

.calc h2 {
    padding: 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #e61c29;
    font-size: 25px;
}

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

p#errorText {
    margin: 0;
}

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

.calc p {
    margin: 0;
    background: #f7f7f7;
}

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


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

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


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

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

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

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

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

.singleTiltleHolder {
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px;
}

.singleTiltleHolder h1 {
    background-color: #fff;
    color: #e61c29;
    font-size: 35px;
    margin-bottom: 0;
}

.specialPriceholder,
.signlePriceHolder {
    padding: 0 10px;
}

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

.signlePriceHolder p {
    margin: 0;
}

.single-product .site-header {}

.single-product main#main {
    background: #fff;
}

.detailIcon {
    background: #e61c29;
    margin-right: 10px;
}

.single-product span.woocommerce-Price-amount.amount {
    color: #e61c29;
    font-size: 35px;
}

.savingsBanner {
    background: #e61c29;
    color: #fff;
    display: inline;
    padding: 10px;
}

.single-product .summary.entry-summary {
    display: none;
}

.single-product .wrap {
    flex-wrap: wrap;
    width: 100%;
}

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

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

select option[disabled]:first-child {
    color: #212b7a;
    opacity: 1;
}

.calc label {
    display: none;
}

.pricesHolder p {
    font-size: 16px;
    padding-right: 30px;
}

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

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

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


.single-product .sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    display: none;
}

.chosen-container-single .chosen-single span {
    font-size: 18px !important;
}

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

.savingsBanner {
    background: #e61c29;
    color: #fff;
    display: inline;
    padding: 2px 10px;
    position: absolute;
}

.woof_products_top_panel {
    z-index: 2 !important;
}

/************ // WhatLead Button // ************/

.mobileActionitem.whatsappButton {
    display: none;
}

.whatsappButton,
.whatsappButton span {
    background: #25D366 !important;
    border: none !important;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

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

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

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

.displayWhatsapp {
    display: block !important;
}

.whatsAppCopy {
    padding: 10px;
}

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

    .post-type-archive-product .content,
    .post-type-archive-product .widget.widget-woof {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    section#woof_widget-3 {
        padding: 20px;
    }

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

    .single-product .site-inner {
        padding: 5% 20px 0;
        background-color: #fff;
    }

    a.next.next-stage {
        right: 15px;
    }
}

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

    .archiveVehicleHolder {
        width: 100%;
        margin: 40px auto !important;
        max-width: 400px;
    }

    .twoThirdsFlex {
        width: 100%;
    }

    .oneThirdFlex {
        width: 100%;
    }

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

    section#woof_widget-3 {
        /* background: #edf4fa; */
        padding: 20px;
    }


    .enquireButton.whatsappButton {
        display: none;
    }

    .mobileActionitem.whatsappButton {
        display: block;
    }


    /* New Style Changes  ----- Lindokuhle Nsibande*/
    .infoSection {
        border: none;
    }

    .SpecialsSpecsSection {
        border: none;
    }

    .specsHalf p {
        margin: 3px 0px;
    }

    .single-product .financeHolder,
    .single-product .formHolder {
        border: none;
        padding: 20px;
    }

    .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: 20px;
        text-transform: uppercase;
        padding: 5px 10px;
    }

    .usedFormHolder h2 {
        text-align: center;
        padding-top: 20px;
    }

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

    span.woocommerce-Price-amount.amount {
        color: #e61c29;
    }

    .signlePriceHolder .woocommerce-Price-amount.amount {
        color: #e61c29 !important;
    }

    .specsSection {
        border: none;
    }


    .singleTiltleHolder {
        flex-direction: column;
    }

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

    .single-product span.quform-popup-link.quform-popup-link {
        margin: 5px 0%;
    }

    .gallerHolder {
        max-width: 100%;
    }

    .subimage {
        width: 100%;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 90%;
        float: unset !important;
        clear: both;
        margin: 20px auto;
    }

    .mainInfoHolderUsed {
        width: 100%;
        float: left;
        max-width: 100%;
        padding: 0 20px;
    }

    .specsSection {
        border: none;
        width: 100%;
    }

    .specsHalf {
        width: 100%;
    }

    .UsedPageDiscription {
        width: 100%;
    }

    .single-product .usedFormHolder {
        width: 100%;
        float: right;
    }

    .detailsHolder {
        justify-content: left;
    }

    .detailInfoHolder {
        min-width: 150px;
        margin: 5px 0px;
    }

    .detailsHolder {
        margin: 0 20px;
    }

    .UsedPageDiscription {
        width: 90%;
        margin: 20px auto;
        float: unset;
        overflow: hidden;
    }

    .financeHolderCalc {
        width: 90%;
        margin: 20px auto;
        float: unset;
    }

    .pricesHolder {
        display: block;
        width: 100%;
    }

    .singleTiltleHolder {
        padding: 40px 10px 20px;
    }

    .specialPriceholder,
    .signlePriceHolder {
        padding: 0;
    }

    .single-product .savingsPrice {
        padding: 0;
    }

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

    .woocommerce .woocommerce-ordering {
        margin: 0 auto !important;
        float: unset;
        max-width: 300px;
    }

    /* ccccccc */
    .widget-title {
        margin: 0px 5px 5px;
    }

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

    .woocommerce .woocommerce-ordering {
        margin: 0 !important;
    }

    .products.columns-4 {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: calc(90%/2);
    }

    #noPageBanner {
        display: none;
    }

    .single-product .site-inner {
        padding: 0 20px 0;
        overflow-x: hidden;
    }

    .sticky-content-container {
        width: calc(100% + 40px);
        transform: translateX(-20px);
    }
}


@media screen and (max-width: 480px) {

    .woof_container,
    .woof_submit_search_form_container {
        width: 100%
    }

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