/************ // 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: 130px;
}

section#woof_widget-2 {
    background: #edf4fa;
}

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: #3b82f6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.nowPrice {
    display: block;
}

.savingsPrice {
    padding: 0 10px;
}

span.nowPrice {
    font-size: 30px;
    font-weight: 600;
}

span.wasPrice {
    display: none;
}

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

.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: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
}

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

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

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

.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: 10px 10px 20px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    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: #000 !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%);
}

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

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: #3b82f6;
    padding: 5px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.trackingButton.shareButton {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #3b82f6;
    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: #ecf3f9;
    font-weight: 800;
}

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


.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 {
    max-width: 60%;
    float: left;
}

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

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

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

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

.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: #3b82f6;
    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: #ecf3f9;
    text-align: left;
}

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

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


.redFont {
    color: #3b82f6;
}

.specValue {
    padding: 5px;
    font-weight: 700;
}

h4.extraWords {
    font-size: 20px;
}


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

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

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

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

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

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

.calc {
    background: #fff;
}

.calc h2 {
    padding: 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #3b82f6;
    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: #ecf3f9;
}

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

.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: #3b82f6;
    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: #3b82f6;
    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 main#main {
    background: #fff;
    margin-top: 66px;
}

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

.single-product span.woocommerce-Price-amount.amount {
    color: #3b82f6;
    font-size: 35px;
    font-weight: 800;
}

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

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

.single-product .wrap {
    flex-wrap: wrap;
}

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

.flex {
    display: flex;
}

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

        .woof_container,
    .woof_submit_search_form_container {
        width: 100%;
        padding: 0 5px;
    }

    section#woof_widget-2 {
        background: #edf4fa;
        padding: 20px;
    }

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


     /* 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;
    }
    
    .woof_container select {
        width: 100%;
    }

    .specialFinanceContent>span {
        width: 100% !important;
    }

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

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

    .signlePriceHolder .woocommerce-Price-amount.amount {
        color: #3b82f6 !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%;
    }

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

    .savingsPrice {
        padding: 0 10px;
    }

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