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

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

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: 108px;
    padding: 10px !important;
    font-family: Arial;
    font-weight: 700;
}

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

.specDisplay {
    color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

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

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

span.price.archivePrice .amount {
    color: var(--red);
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
}

a.outstock_button {
    display: block;
    text-align: center;
    color: #fff;
    background: rgb(4, 25, 84);
    font-weight: 700;
    padding: 3px;
    text-transform: uppercase;
    margin: 10px;
}

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


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

.woof_container,
.woof_submit_search_form_container {
    width: calc(100%/5);
    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;
}

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: 14px;
    font-weight: 400;
    padding: 5px;
    width: 100%;
}

.sidebar .widget {
    padding: 0;
}

a.chosen-single span,
.orderby {
    color: #000000 !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;
    padding: 0px;
    margin: 0px !important;
}
.connected-carousels .carousel-stage{
    border: unset;
}

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


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

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: var(--red);
    padding: 5px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.trackingButton.shareButton {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: var(--red);
    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;
    /* border: 2px solid var(--red); */
}

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

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


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


.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%; */
    justify-content: space-between;
}


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


.detailIcon,
.detailInfo {
    position: relative;
}
.detailIcon {
  background: var(--red);
  margin-right: 5px;
}

.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;
}
.single-product .wrap{
    flex-wrap: wrap;
}

.UsedPageDiscription {
    float: right;
    background: #fff;
    width: 38%;
    /* border: 2px solid var(--red); */
}

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

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

.specsSection {
    background: #fff;
    float: left;
    /* border: 2px solid var(--red); */
}
.specsHalf {
  width: 50%;
  margin: 15px 0;
}
.specsHalf:last-of-type{
    padding-left: 20px;
}
.specsHalf p{
    margin: 3px 0px;
    font-size: 13px;
    display: flex;
    background: #ececec;
}
.specHeading{
    width: 60%;
    padding: 5px;
    background: #ececec;
}
.single-product .summary.entry-summary {
  display: none;
}
.specValue {
    padding: 5px;
    font-family: Arial;
    font-weight: 700;
}
.flex {
  display: flex;
}

.discriptionSection, .single-product .wrap, .financeHolderCalc{
    /* padding: 0px 25px 25px; */
    width: 100%;
}
.commentsInfo, .discriptionSection p, .discriptionSection h4{
    padding: 5px 0px;
    margin: 0;
}
.discriptionSection h4{
    font-family: Arial;
    font-weight: 700;
}
.commentsInfo, .discriptionSection p{
    text-align: justify;
}

.specsSection h2,
.usedFormHolder h2, .calc h2, .discriptionSection h2 {
    width: 100%;
    padding: 20px 0px 0px;
    color: var(--red);
    font-family: Arial;
    font-weight: 400;
}

.chosen-container-single .chosen-single {
    border: 1px solid #000;
}

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

/* single page view */

.single-product main#main, .page-id-1594 #genesis-content{
    background: #fff;
    margin-top: 180px;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.singleTiltleHolder {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.singleTiltleHolder h1 {
  background-color: #fff;
  color: var(--red);
  font-size: 40px;
  font-family: Arial;
  font-weight: 700;
  width: 60%;
}
.specialPriceholder, .signlePriceHolder{
    padding: 0 10px;
    margin: 5px 0 5px;
}
.single-product span.woocommerce-Price-amount.amount{
    font-size: 55px;
    font-family: Arial;
    font-weight: 700;
    color: var(--red);
}
.specialVehicleInfo, div.product, .single-product div.product{
    max-width: 1400px;
    margin: 0 auto;
}


/* finance */
.financeHolderCalc {
  width: 60%;
  float: left;
  /*! padding-top: 26px; */
  /* border: 2px solid var(--red); */
  margin-top: 30px;
}
span.tsandcs {
  font-size: 12px;
  padding-left: 0px;
}
p#errorText {
  margin: 0;
}
.calc p {
  margin: 0;
}
.calc > p, .calc > div {
  padding: 5px 0px;
  margin: 0;
}
.calc label {
  display: none;
}
.redFont {
  color: var(--red);
}
input#amount {
  width: 17%;
  background: #ececec;
  color: #000;
  font-weight: 600;
}
.calc-holder {
  display: grid;
  justify-content: space-between;
  width: 100%;
  grid-template-columns: 24% 24% 24% 24%;
}
.calc input, .calc select {
  padding: 5px;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
}
.singleContent input, .singleContent select, .singleContent textarea {
  background-color: #ececec;
}
.pricesHolder {
  display: flex;
  width: 100%;
}
.pricesHolder p {
  font-size: 13px;
  padding-right: 30px;
}
span.blueR {
  font-weight: 700;
  color: var(--red);
}

.related.product{
    display: none;
}
.single-product .sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  display: none;
}
.related.products{
    display: none;
}
/************ // Responsive // ************/
@media screen and (max-width: 1400px) { /* Laptop */    
    .single-product main#main{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 1280px) { 
    .usedFormHolder{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1200px) { /* Laptop */
    .post-type-archive-product .widget.widget-woof{
        padding: 30px 15px;
    }
    .post-type-archive-product .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
        content: unset;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 15px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: unset;
        width: unset;
    }
    .wrap{
        max-width: 960px;
    }
    /* single page view */
    .singleTiltleHolder h1{
        width: 60%;
        font-size: 35px;
    }
    .specialPriceholder, .signlePriceHolder{
        margin: 0px 0 5px;
    }
}

@media screen and (max-width: 1024px) { /* Older Desktop */
    .woocommerce .products ul, .woocommerce ul.products{
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 768px) { /* iPad */
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
        margin: unset;
        width: unset;
    }
    .singleTiltleHolder {
        padding: 0px;
    }
    .woocommerce .products ul, .woocommerce ul.products {
        grid-template-columns: repeat(2,1fr);
    }

    /* single page  */
    .singleTiltleHolder{
        flex-wrap: wrap;
    }
    .single-product main#main, .page-id-1594 #genesis-content{
        margin-top: 50px;
    }
    .singleTiltleHolder h1{
        font-size: 30px;
        width: 100%;
        margin-bottom: 10px;
    }
    .specialPriceholder, .signlePriceHolder{
        padding: 0px;
    }
    .signlePriceHolder p{
        margin-bottom: 0px;
    }
    .gallerHolder, .trackingButton, .usedFormHolder, .subimage, .mainInfoHolderUsed, .UsedPageDiscription, .financeHolderCalc{
        width: 100%;
        max-width: 100%;
    }
    .mainInfoHolderUsed{
        margin-bottom: 20px;
    }
    .specsSection h2, .usedFormHolder h2, .calc h2, .discriptionSection h2{
        font-size: 25px;
    }
    .woof_redraw_zone{
        justify-content: left;
    }
    .woof_container,
    .woof_submit_search_form_container{
        width: calc(100%/4);
    }
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */
    .woocommerce .products ul, .woocommerce ul.products{
        grid-template-columns: repeat(1,1fr);
    }
    h2.woocommerce-loop-product__title{
        min-height: unset;
    }
    .single-product .detailsHolder{
        justify-content: unset;
        gap: 10px;
    }
    .detailInfoHolder{
        width: calc(90%/3);
    }
    .detailIcon{
        width: 40px;
        height: 40px;
    }
    .specsHalf{
        width: 100%;
    }
    .specsHalf:last-of-type{
        padding-left: 0px;
    }
    .woof_container, .woof_submit_search_form_container {
        width: calc(100%/2);
    }
}

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

}