/* 
New archive page
*/

.limitWidthSpecials {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

section.pageHeadingSectionSpecials {
    padding: 40px 0px 0px 0px;
    background-color: #fff;
}

.specials-disclaimer-archive-holder{
    background-color: #fff;
    width: 100%;
}

.specials-disclaimer-archive {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

p.specials-disclaimer-archive {
    font-size: 12px !important;
}

.each-special {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding-bottom: 28px;
    gap: 50px;
}

article:nth-child(even) .each-special {
    display: flex;
    flex-direction: row-reverse;
}

.post-type-archive-specials .content-sidebar-wrap {
    background-color: #fff;
}

.post-type-archive-specials main#genesis-content {
    max-width: 1200px;
    margin: 0 auto;
    float: unset;
}

.special-content-container {
    background-color: #eef4fc;
    padding: 20px;
    border-radius: 0px 10px 10px 0px;
    -webkit-filter: drop-shadow(8px 9px 5px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(8px 9px 5px rgba(0, 0, 0, 0.7));
    max-width: 650px;
    position: relative;
    text-align: left;
    margin: 30px 0;
    width: 50%;
}

article:nth-child(even) .special-content-container {
    border-radius: 10px 0px 0px 10px;
}

.img-container {
    -webkit-filter: drop-shadow(5px 10px 9px rgba(0, 0, 0, 1));
    filter: drop-shadow(5px 10px 9px rgba(0, 0, 0, 1));
    width: 50%;
    border-radius: 10px;
}

.img-container img {
    border-radius: 10px;
}

.special-content-container::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    width: 61px;
    background-color: #eef4fc;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    -webkit-filter: drop-shadow(7px 7px 9px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(7px 7px 9px rgba(0, 0, 0, 0.5));
}

article:nth-child(even) .special-content-container::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    width: 61px;
    background-color: #eef4fc;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    box-shadow: 2px 1px 0px 0px rgb(0 0 0 / 91%);
}

article:nth-child(even) .special-content-container::before {
    content: "";
    width: unset;
    background-color: unset;
    clip-path: unset;
    box-shadow: unset;
}

/* 
New single page
*/

.top-section-container {
    background-color: #ecf3f9;
    text-align: center;
    -webkit-filter: drop-shadow(7px 7px 9px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(7px 7px 9px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
    padding: 3%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.polygon {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 80px solid #ecf3f9;
    z-index: 1;
}


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

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

.mainCarouselHolder.gallery_1 {
    width: 100%;
}

.mainCarouselHolder {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    z-index: 0;
}
.specialsFormHolder, .singleContent div.product div.summary {
    margin-bottom: 0;
    width: 38%;
    float: right;
}

.SpecialsPageDiscription {
    float: right;
    background: #fff;
    width: 100%;
    border: 2px solid rgb(4, 25, 84);
}

.mainInfoHolderSpecial {
    width: 60%;
    padding: 15px;
    border: 2px solid;
    margin-bottom: 30px;
    margin-top: -130px;
}

.SpecialsSpecsSection h2 {
    width: 100%;
}

.SpecialsSpecsSection {
    text-align: left;
    width: 100%;
    margin: 0px 0;
    align-content: baseline;
}

.specsHalf {
    width: 50%; 
}

.specsHalf:last-child {
    padding-left: 20px;
}

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

.specValue {
    padding: 5px;
    color: rgb(4, 25, 84);
    font-family: 'Source Sans Pro';
    font-weight: 600;
}

.specsHalfHolder {
    width: 100%;
    padding: 10px 25px;
    border: 1px solid #8b8b8b;
    border-top: 5px solid #000;
}

.specsHalf p {
    margin: 0 0px 3px 0;
    display: flex;
    background-color: #ecf3f9;
    text-transform: capitalize;
}

.SpecialsSpecsSection .spec-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.flexGalleryForm {
    width: 100%;
    display: flex;
    gap: 30px;
}

.formHolder {
    padding: 13px;
    background-color: #ecf3f9;
    margin-bottom: 25px;
    -webkit-filter: drop-shadow(9px 4px 9px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(9px 4px 9px rgba(0, 0, 0, 0.5));
}

.specialFormHeading {
    display: flex;
    width: 100%;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 5px;
    font-weight: 800;
    color: #041954;
}

.specialFormHeading p{
    margin: 0;
}

.specialVehicleInfo {
    padding: 50px 20px;
}

.first-price h4 {
    font-family: 'fotonLight';
    font-size: 27px;
}

.last-price h3 {
    font-size: 40px;
}

span.vat-text-small {
    text-transform: unset;
    font-size: 13px;
}

span.bold-price-special {
    font-family: 'fotonBold';
}

.mainNavCarouselHolder.gallery_2 {
    display: none;
}

.price-single-header-holder {
    color: #041954;
}

p.features-list {
    margin-bottom: 0;
    padding: 0 12px;
}

p.features-list:last-child {
    padding-bottom: 20px;
}

.discriptionHolder {
    color: #9d9d9d;
    background-color: #ecf3f9;
    min-height: 330px;
}

.finance-holder {
    background-color: #ecf3f9;
    filter: drop-shadow(7px 7px 9px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(7px 7px 9px rgba(0, 0, 0, 0.5));
    padding: 3%;
    text-align: center;
    margin-bottom: 20px;
}

span.finance-title.full-amount {
    width: 100%;
    display: block;
}

span.finance-title {
    display: block;
    width: 35%;
}

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

.finance-details {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'fotonLight';
    font-size: 17px;
}

span.finance-value {
    font-family: 'fotonBold';
    color: #041954;
}

.marginDecrease{
    margin-top: -360px;
}

.flex-finance-holder {
    width: 40%;
}

.black-or{
    color: #000;
}

.special_image_single {
    margin-top: 50px;
    border: 2px solid #041954;
    font-size: 0;
    padding: 15px;
}

.specials-disclaimer-single {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 12px !important;
}
@media screen and (max-width: 1024px) {
    .gallerHolder {
        max-width: 100%;
        float: unset;
    }

    .flexGalleryForm {
        width: 100%;
        display: flex;
        gap: 30px;
        flex-direction: column;
        padding: 3% 0;
        align-items: center;
        justify-content: center;
    }

    .marginDecrease {
        margin-top: 0;
    }

    .specialVehicleInfo {
        padding: 50px 20px;
    }

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

    .mainInfoHolderSpecial {
        width: 83%;
        margin: 0 auto;
    }

    .flex-finance-holder {
        width: 83%;
    }

    .newModelListHolder:nth-child(3n), .newModelListHolder:first-child {
        padding-left: 0;
    }

}

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

    .specialsFormHolder, .singleContent div.product div.summary {
        width: 100%;
    }

    .mainInfoHolderSpecial {
        width: 100%;
    }

    .post-type-archive-specials main#genesis-content {
        padding: 20px;
    }

    .limitWidthSpecials {
        padding: 20px;
    }

    .specials-disclaimer-archive-holder {
        padding: 0px 20px 0px 20px;
    }

    .flex-finance-holder {
        width: 100%;
    }

    span.finance-title {
        display: block;
        width: 100%;
    }

    .specsHalf {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 600px) {
    .mainInfoHolderSpecial {
        width: 100%;
    }

    .SpecialsSpecsSection .spec-container {
        flex-direction: column;
    }

    .specsHalf {
        width: 100%;
    }

    .specsHalf:last-child {
        padding-left: 0;
    }

    .polygon {
        position: absolute;
        bottom: -36px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 60px solid #ecf3f9;
        z-index: 1;
    }

    .each-special {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 0px;
    }

    .img-container {
        width: 100%;
        border-radius: 10px 10px 0px 0;
    }

    .img-container img {
        border-radius: 10px 10px 0px 0;
    }

    .special-content-container {
        width: 100%;
    }

    article:nth-child(even) .special-content-container {
        border-radius: 0px 0px 10px 10px;
    }

    .special-content-container {
        border-radius: 0px 0px 10px 10px;
        margin: 10px 0px 30px;
    }

    .img-container {
        -webkit-filter: drop-shadow(2px 1px 11px rgba(0, 0, 0, 1));
        filter: drop-shadow(2px 1px 11px rgba(0, 0, 0, 1));
    }

    .special-content-container {
        -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.7));
        filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.7));
    }

    article:nth-child(even) .each-special {
        display: flex;
        flex-direction: column;
    }

    article:nth-child(even) .special-content-container::after {
        width: unset;
        background-color: #eef4fc;
        clip-path: unset;
    }

    .special-content-container::before {
        content: "";
        width: unset;
        clip-path: unset;
    }

    .first-price h4 {
        font-family: 'fotonLight';
        font-size: 22px;
    }

    .last-price h3 {
        font-size: 35px;
    }
    
    .polygo-bottom {
        position: absolute;
        bottom: 0;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 0;
        border-bottom: 50px solid #ecf3f9;
        z-index: 1;
    }
}