#content_img_article {
    /*display: none;*/
}

.promojournal-article-content ol {
    list-style-type: unset !important;
}

.newproductsRight {
    width: unset;
    margin: unset;
    clear: unset;
    max-width: unset;
}

.float-right {
    float: unset !important;
}

.img-fluid {
    max-width: unset;
    height: unset;
}


.pp-cont {
}

.pp-hdr {
    width: 100%;
    height: 100px;
    position: relative;
}


.pp-hdr-1 {
    border-radius: 3px;
    background: hsla(207, 66%, 45%, 1);
    background: linear-gradient(180deg, hsla(207, 66%, 45%, 1) 0%, hsla(207, 84%, 48%, 1) 25%, hsla(207, 92%, 49%, 1) 50%, hsla(207, 84%, 48%, 1) 75%, hsla(207, 66%, 45%, 1) 99%);
    background: -moz-linear-gradient(180deg, hsla(207, 66%, 45%, 1) 0%, hsla(207, 84%, 48%, 1) 25%, hsla(207, 92%, 49%, 1) 50%, hsla(207, 84%, 48%, 1) 75%, hsla(207, 66%, 45%, 1) 99%);
    background: -webkit-linear-gradient(180deg, hsla(207, 66%, 45%, 1) 0%, hsla(207, 84%, 48%, 1) 25%, hsla(207, 92%, 49%, .7) 50%, hsla(207, 84%, 48%, 1) 75%, hsla(207, 66%, 45%, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#2779BD", endColorstr="#1484DF", GradientType=1 );
}

.pp-hdr-2 {
    border-radius: 3px;
    background: hsla(324, 61%, 48%, 1);
    background: linear-gradient(180deg, hsla(324, 61%, 48%, 1) 0%, hsla(324, 84%, 48%, 1) 25%, hsla(324, 100%, 46%, 1) 50%, hsla(324, 84%, 48%, 1) 75%, hsla(324, 61%, 48%, 1) 100%);
    background: -moz-linear-gradient(180deg, hsla(324, 61%, 48%, 1) 0%, hsla(324, 84%, 48%, 1) 25%, hsla(324, 100%, 46%, 1) 50%, hsla(324, 84%, 48%, 1) 75%, hsla(324, 61%, 48%, 1) 100%);
    background: -webkit-linear-gradient(180deg, hsla(324, 61%, 48%, 1) 0%, hsla(324, 84%, 48%, 1) 25%, hsla(324, 100%, 46%, .7) 50%, hsla(324, 84%, 48%, 1) 75%, hsla(324, 61%, 48%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C52F89", endColorstr="#DF148E", GradientType=1 );
}

.pp-hdr-3 {
    background: hsla(141, 44%, 48%, 1);
    background: linear-gradient(180deg, hsla(141, 44%, 48%, 1) 1%, hsla(141, 44%, 50%, 1) 25%, hsla(141, 50%, 54%, 0.7) 51%, hsla(141, 44%, 50%, 1) 75%, hsla(141, 44%, 48%, 1) 100%);
    background: -moz-linear-gradient(180deg, hsla(141, 44%, 48%, 1) 1%, hsla(141, 44%, 50%, 1) 25%, hsla(141, 50%, 54%, 0.7) 51%, hsla(141, 44%, 50%, 1) 75%, hsla(141, 44%, 48%, 1) 100%);
    background: -webkit-linear-gradient(180deg, hsla(141, 44%, 48%, 1) 1%, hsla(141, 44%, 50%, 1) 25%, hsla(141, 50%, 54%, 0.7) 51%, hsla(141, 44%, 50%, 1) 75%, hsla(141, 44%, 48%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#44AF69", endColorstr="#47B76E", GradientType=1 );
}

.pp-hdr-txt {
    position: absolute;
    height: 100%;
    width: 65%;
    display: flex;
    font-size: 3.4rem;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    align-items: center;
    justify-content: center;
}

.pp-hdr-2 > .pp-hdr-txt {
    /*        right: 0*/
}

.pp-hdr-text-break {
    display: inline-block;
    font-size: 2rem;
    margin: 0 10px;
}

.pp-hdr-auth {
    position: absolute;
    width: 35%;
    right: 0;
}

.pp-hdr-2 > .pp-hdr-auth {
    /*        right: unset;
        left: 0;*/
}

.pp-auth {
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    position: absolute;
    top: 10px;
    z-index: 10;
    transform: rotate(-5deg);
}

.pp-hdr-2 > .pp-hdr-auth > .pp-auth {
    /*        right: 0;
        transform: rotate(5deg);*/
}



.pp-auth > img {
    width: 100% !important;
    height: auto !important;
}

.pp-auth-name {
    background-color: #003087;
    padding: 5px;
    color: #fff;
    position: absolute;
    width: calc(100% - 75px);
    top: 22px;
    height: 30px;
    z-index: 5;
    line-height: 11pt;
    font-size: 25pt;
    font-family: 'Birthstone', cursive;
    white-space: nowrap;
    right: 0;
}

.pp-hdr-2 > .pp-hdr-auth > .pp-auth-name {
    /*        left: 0;
        right: unset;
        text-align: right;*/
}


.pp-auth-name-pad {
    padding-left: 20px;
}

.pp-hdr-2 > .pp-hdr-auth > .pp-auth-name > .pp-auth-name-pad {
    /*        padding-left: unset;
        padding-right: 40px;*/
}

.pp-auth-title {
    position: absolute;
    font-size: 13pt;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    top: 60px;
    font-weight: bold;
    width: calc(100% - 100px);
    line-height: 1.2;
    white-space: nowrap;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp-hdr-2 > .pp-hdr-auth > .pp-auth-title {
    /*        right: unset;
        left: 0;
        text-align: right;*/
}

.pp-product {
    display: flex;
    flex-wrap: wrap;
    font-family: Muli;
    align-items: center;
}

.pp-product-bullet {
    width: 50%;
    font-size: 16pt;
}

.pp-features-list {
    list-style: square;
    padding-inline-start: 20px;
}

.pp-product-image {
    width: 50%;
    margin-top: 30px;
}



    .pp-product-image > img {
        width: 100% !important;
        height: auto !important;
    }

.pp-product-description {
    padding: 20px 0;
    font-size: 16pt;
}

.pp-product-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

@media (max-width: 1890px) {
    .pp-hdr-txt {
        /*font-size: 65px;*/
    }

    .pp-hdr-text-break {
        /*font-size: 40px;*/
    }
}

@media (max-width: 1560px) {
    .pp-hdr-txt {
        font-size: 3rem;
    }

    .pp-hdr-text-break {
        font-size: 1.5rem;
    }
}


/*@media (max-width: 1300px) {
    .pp-hdr-txt {
        font-size: 2.7rem;
    }

    .pp-hdr-text-break {
        font-size: 1.3rem;
    }
}*/


@media (max-width: 1420px) {
    .pp-hdr {

    }

    .pp-hdr-txt {
        height: 100px;
        font-size: 2rem;
        flex-direction: column;
        line-height: 1.2;
        font-weight: bold;
        width: 50%;
        padding-left: 0;
    }

    .pp-hdr-text-break {
        font-size: 1.2rem;
        margin: 0;
    }

    .pp-hdr-auth {
        width: 50%;
    }

/*    .pp-auth {
        width: 70px;
        height: 70px;
        top: 10px;
        border: 3px solid #fff;
    }

    .pp-auth-name {
        padding: 5px;
        width: calc(100% - 80px);
        top: 17px;
        height: 15px;
        line-height: 10pt;
        font-size: 20pt;
    }

    .pp-auth-name-pad {
        padding-left: 15px;
    }

    .pp-auth-title {
        font-size: 10pt;
        top: 50px;
        width: calc(100% - 85px);
        line-height: 1.2;
    }*/

    .pp-product-bullet {
        width: 100%;
    }

    .pp-product-image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pp-hdr-txt {
        font-size: 1.3rem;
        width: 35%;
    }

    .pp-hdr-text-break {
        font-size: .9rem;
    }

    .pp-hdr-auth {
        width: 65%;
    }

    .pp-auth-name-pad {
        padding-left: 5px;
    }

    .pp-auth-title {
        width: calc(100% - 86px);
        text-overflow: ellipsis;
        overflow: hidden;
    }


}

@media (max-width: 370px) {
/*    .pp-hdr-txt {
        font-size: 25px;
    }

    .pp-hdr-text-break {
        font-size: 21px;
    }*/
}

@media (max-width: 300px) {
/*    .pp-hdr-txt {
        font-size: 22px;
    }

    .pp-hdr-text-break {
        font-size: 17px;
    }*/
}
