.post-type-archive .content-sidebar-wrap {
    max-width: 1200px;
    margin: 0 auto;
	padding-top: 2%;
}

.post-type-archive .entry {
    padding: 2%;
	background-color: unset;
}

.new_model_archive_container {
    background: #fff;
    padding: 5%;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    box-shadow: -2px 9px 15px 5px #b1b1b124;
}

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

.imageTitleHolderArchive {
    min-height: 55px;
}

a.linkInfo {
    text-decoration: none;
    border: 2px solid;
    width: 100%;
    display: block;
    text-align: center;
    color: #4fa399;
    border-radius: 20px;
    font-weight: 600;
}

span.darkBluePrice {
    font-weight: 600;
    color: #4fa399;
}

span.archive_price {
    font-weight: 600;
    text-transform: uppercase;
    color: #00344d;
}

.lineUnderTitle {
    width: 60%;
    display: block;
    border: 2px solid #4fa399;
}

a.linkInfo:hover {
    color: #fff;
    background: #063246;
    border: 2px solid #063246;
}


/*************** // Single View // ****************/


.varientTitle h3 {
    font-size: 19px;
}

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

.new_block {
    width: 30%;
    margin: 1%;
    padding: 1%;
}

h3.block_title {
    background-color: #00344d;
    color: #fff;
    font-weight: 300;
    padding: 1%;
}

.flex-specs {
    display: flex;
    justify-content: space-between;
}

.hide{
    display: none;
}


.show{
    display: block;
}

.flex-specs.grey {
    background: #c7c7c7;
    padding: 1% 1%;
}

.flex-specs.white {
    background: #e2e2e2;
    padding: 1% 1%;
}

.variantsSlide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.VariantImagesHolder {
    /* width: 22%; */
    border: 1px solid #00344d;
    padding: 1%;
    margin: 2%;
    background-color: #fff;
    border-radius: 20px;
}

.glowBlue {
    box-shadow: 0px 0px 5px 5px #0000007a;
}

.secondBlue {
    box-shadow: inset 0px 0px 13px 4px #add;
    border: 2px solid;
}

.VariantImagesHolder:hover {
    box-shadow: inset 0px 0px 13px 4px #add;
    cursor: pointer;
}

.varientTitle {
    font-weight: 300;
    color: #00344d;
}

.priceHolder {
    padding-top: 10px;
}

span.boldPrice {
    font-weight: 700;
}


.topImageHolderView {
    display: flex;
    max-width: 900px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    transform: translate(0, 0);
    right: 0;
    left: 0;
    bottom: -40px;
}

.boldImageBorder:hover {
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0px 11px 7px 0 #00000054;
}

.boldImageBorder {
    border: 2px solid;
    margin: 2px;
    font-size: 0;
    padding: 1%;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
    background-color: #fff;
}

.TopGallery {
    position: relative;
    clear: both;
    display: block;
    margin-bottom: 6%;
}

.topImageHolderHolder {
    text-align: center;
}
  
.accordion-header {
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #00344d;
    display: flex;
    justify-content: space-between;
}
  
  .accordion-content {
    display: none;
    padding: 10px;
  }
  
  .accordion-header.active {
    background-color: #e0e0e0;
  }
  

  .accordion-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

h3.blueTextIntro {
    font-size: 30px;
    color: #00344d;
    text-transform: uppercase;
    text-align: center;
}

.contententry {
    padding-top: 50px;
}

span#readMoreBtn {
    background-color: #00344d;
    padding: 1% 2%;
    display: block;
    max-width: 150px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 20px auto;
}

p#fullText {
    text-align: center;
}

.allVariants {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

p#excerpt {
    text-align: center;
}

span.quform-popup-link.quform-popup-link-6 {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 24px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #00344d;
}

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

a.popupTrigger.financeTrigger.fordRoundButton {
    background: #209287;
    padding: 10px 24px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #209287;
}

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

.overlay-buttons-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


h2.specstitle {
    text-align: center;
    color: #00344d;
}

.variantImage {
    mix-blend-mode: darken;
}

.wrapping {
    display: inherit;
}

.bannerOverlayHolder {
    text-align: center;
}

.bannerHolder {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.bannerOverlayHolder {
    position: absolute;
    bottom: 90px;
    right: 0;
    left: 0;
}
.priceHolderOverlay h3 {
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.learnMoreButton a {
    background-color: #00344d;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    border: 2px solid #209287;
    border-radius: 20px;
}

.accordion-header h3 {
    text-align: left;
    margin-bottom: 0;
}



@media  screen and (max-width: 480px) {
    .new_block {
        width: 100%;
        margin: 0%;
        padding: 4%;
    }
    
    .new_info_block {
        flex-direction: column;
    }

    .accordion {
        padding: 4%;
    }

    .TopGallery {
        margin-bottom: 15%;
    }

    .contententry {
        padding: 0% 4% 4% 4%;
    }

    .topImageHolderHolder {
        display: none;
    }

    .boldImageBorder {
        border: 0;
        margin: 0;
        font-size: 0;
        padding: 0;
        border-radius: 0;
        background-color: unset;
    }

    .topImageHolderView {
        display: block;
        max-width: unset;
        width: 100%;
        margin: 0 auto;
        position: unset;
    }
}
