
/* page download */
.wapage-download-prestashop p {
    line-height: 2 !important;
}
.wapage-download-prestashop #header {
    --header-bg: #011638;
    --header-top-bg: #011638;
    --header-color: #fff;
    padding-bottom: 45px;
}

.wapage-download-prestashop #wrapper {
    padding-top: 0;
}
.wapage-download-prestashop .bg-page {
    background-color: #011638;
}
.wapage-download-prestashop .bg-page .container {
    background-image: url('http://prestayar.local/modules/wacustompages/views/img/prestashop8.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 300px;
}

.wapage-download-prestashop .p-5 {
    padding: 1.25rem !important;
}
:is(.lang-rtl .ytable) {
    text-align: right;
}

:where(.ytimeline hr) {
    background-color: var(--wa-primary) !important;
}
.ytimeline-middle svg {
    color: var(--wa-drab-dark);
}

.wapage-download-prestashop .ybtn-neutral {
    background-color: var(--wa-drab-dark);
    border-color: var(--wa-drab-dark);
    color: var(--wa-ash-gray);
}
.wapage-download-prestashop .ybtn-neutral:hover,
.wapage-download-prestashop .ybtn-neutral:focus {
    color: white;
}

/* Snippets */
.heroes {
    flex-direction: column;
}
.heroes__heading {
    font-family: YekanBakh, serif;
}
.heroes__text {
    font-size: 1.125rem;
    line-height: 2;
}
.heroes__phone {
    margin: 15px 0;
    font-size: .9rem;
    display: flex;
    align-items: center;
}
.heroes__phone svg{
    width: 24px;
    height: 24px;
    transform: scaleX(-1);
    margin-right: .75rem;
}

.featurette-divider {
    margin: 1.5rem 0;
}
.featurette {
    align-items: center;
}
.featurette__image {
    text-align: center;
}
.featurette__image svg {
    max-width: 90%;
    /*padding: 20px 0;*/
}
.featurette__heading {
    /*font-family: YekanBakh, serif;*/
    font-weight: bold !important;
    margin-bottom: 1rem !important;
}
.featurette__content {
    line-height: 2;
}
.featurette__content b {
    font-weight: bold;
}

.jumbotrons {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #484838;
    background-color: #e0e0e0;
}
.jumbotrons__image {
    max-width: 100%;
    width: 500px;
}
.jumbotrons__heading {
    font-weight: 600;
}
.jumbotrons_content {
    margin: 30px auto;
    line-height: 1.75;
}



/* custom bootstrapt */
.display-7 {
    font-size:calc(1.625rem + 0.9vw);
    font-weight:600;
    line-height:1.2
}
@media(min-width:1200px) {
    .display-7 {
        font-size:2rem
    }
}
.display-8 {
    font-size:calc(1.125rem + 0.3vw);
    font-weight:600;
    line-height:1.2
}
@media(min-width:1200px) {
    .display-8 {
        font-size:1.5rem
    }
}

/* responsive */
@media(max-width:767px){
    .wapage-download-prestashop .bg-page .container {
        background-image: none;
    }
    .wapage-download-prestashop p {
        text-align: justify;
    }

    .shortcode-accordion .table {
        max-width: 80%;
        font-size: 14px;
    }
}
